Header menu logo Mibo.Raylib

CellGrid3D Module

Functions and values

Function or value Description

clear x y z grid

Full Usage: clear x y z grid

Parameters:
Modifiers: inline
Type parameters: 'T
x : int
y : int
z : int
grid : CellGrid3D<'T>

create width height depth cellSize origin

Full Usage: create width height depth cellSize origin

Parameters:
    width : int
    height : int
    depth : int
    cellSize : Vector3
    origin : Vector3

Returns: CellGrid3D<'T>
width : int
height : int
depth : int
cellSize : Vector3
origin : Vector3
Returns: CellGrid3D<'T>

get x y z grid

Full Usage: get x y z grid

Parameters:
Returns: 'T voption
Modifiers: inline
Type parameters: 'T
x : int
y : int
z : int
grid : CellGrid3D<'T>
Returns: 'T voption

getWorldPos x y z grid

Full Usage: getWorldPos x y z grid

Parameters:
Returns: Vector3
Modifiers: inline
Type parameters: ^a, ^b, ^c, 'T
x : ^a
y : ^b
z : ^c
grid : CellGrid3D<'T>
Returns: Vector3

iter action grid

Full Usage: iter action grid

Parameters:
    action : int -> int -> int -> 'T -> unit
    grid : CellGrid3D<'T>

Modifiers: inline
Type parameters: 'T
action : int -> int -> int -> 'T -> unit
grid : CellGrid3D<'T>

iterVolume bounds action grid

Full Usage: iterVolume bounds action grid

Parameters:
Modifiers: inline
Type parameters: 'T
bounds : BoundingBox
action : int -> int -> int -> 'T -> unit
grid : CellGrid3D<'T>

set x y z content grid

Full Usage: set x y z content grid

Parameters:
    x : int
    y : int
    z : int
    content : 'T
    grid : CellGrid3D<'T>

Modifiers: inline
Type parameters: 'T
x : int
y : int
z : int
content : 'T
grid : CellGrid3D<'T>

Type something to start searching.