GridSection3D<'T> Type
A lightweight "view" or "cursor" into a backing 3D grid. Allows defining content using relative coordinates (0,0,0 is the section's corner) and nesting layouts without copying data.
Record fields
| Record Field |
Description
|
|
|
Full Usage:
Depth
Field type: int
|
The virtual depth of this section. Drawing outside (0..Depth-1) is safely ignored (clipped).
|
Full Usage:
Height
Field type: int
|
The virtual height of this section. Drawing outside (0..Height-1) is safely ignored (clipped).
|
Full Usage:
OffsetX
Field type: int
|
X offset from the backing grid's origin.
|
Full Usage:
OffsetY
Field type: int
|
Y offset from the backing grid's origin.
|
Full Usage:
OffsetZ
Field type: int
|
Z offset from the backing grid's origin.
|
Full Usage:
Width
Field type: int
|
The virtual width of this section. Drawing outside (0..Width-1) is safely ignored (clipped).
|
Mibo