HexGrid3D Module
Functions and values
| Function or value |
Description
|
Full Usage:
clear col row layer grid
Parameters:
int
row : int
layer : int
grid : HexGrid3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
create width height depth hexSize layerHeight origin orientation
Parameters:
int
height : int
depth : int
hexSize : float32
layerHeight : float32
origin : Vector3
orientation : HexOrientation
Returns: HexGrid3D<'T>
|
|
Full Usage:
get col row layer grid
Parameters:
int
row : int
layer : int
grid : HexGrid3D<'T>
Returns: 'T voption
Modifiers: inline Type parameters: 'T |
|
|
|
Full Usage:
iter action grid
Parameters:
int -> int -> int -> 'T -> unit
grid : HexGrid3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
iterVolume bounds action grid
Parameters:
BoundingBox
action : int -> int -> int -> 'T -> unit
grid : HexGrid3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
set col row layer content grid
Parameters:
int
row : int
layer : int
content : 'T
grid : HexGrid3D<'T>
Modifiers: inline Type parameters: 'T |
|
Mibo