GridMap.setCellItem

Set the mesh index for the cell referenced by its grid-based X, Y and Z coordinates. A negative item index will clear the cell. Optionally, the item's orientation can be passed.

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

Meta