Layout3DHelpers Module
Functions and values
| Function or value |
Description
|
Full Usage:
clearLocal lx ly lz section
Parameters:
int
ly : int
lz : int
section : GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
Internal helper to clear a cell using section-relative coordinates.
|
Full Usage:
createSection grid
Parameters:
CellGrid3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
setLocal lx ly lz content section
Parameters:
int
ly : int
lz : int
content : 'T
section : GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
Internal helper to set a cell using section-relative coordinates. Handles translation to absolute grid coordinates and bounds checking.
|
Mibo