CellBlock (Enum)

(Redirected from CellBlock)
The CellBlock Enum is used to work with terrain's SetCell method.
Enum Name Description
0 Solid Cell is a square block.
1 VerticalWedge Cell is a vertical wedge.
2 CornerWedge Cell is a corner wedge.
3 InverseCornerWedge Cell is a inverse corner wedge.
4 HorizontalWedge Cell is a horizontal wedge.