GridMap.setCellItem

Sets the mesh index for the cell referenced by its grid-based X, Y and Z coordinates. A negative item index such as constant INVALID_CELL_ITEM will clear the cell. Optionally, the item's orientation can be passed. For valid orientation values, see Basis.getOrthogonalIndex.

struct GridMap
@nogc nothrow
void
setCellItem
(
in long x
,
in long y
,
in long z
,
in long item
,
in long orientation = 0
)

Meta