CellOrientation (Enum)

From Legacy Roblox Wiki
Revision as of 20:12, 8 October 2011 by >Legend26 (New page: {{Enum|The CellOrientation Enum is used to work with terrain.| {{Enum/row|0|NegZ|Cell is oriented negative to the Z axis.}} {{Enum/row|1|X|Cell is oriented to the X axis.}} {{Enum/...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The CellOrientation Enum is used to work with terrain.
Enum Name Description
0 NegZ Cell is oriented negative to the Z axis.
1 X Cell is oriented to the X axis.
2 Z Cell is oriented to the Z axis.
3 NegX Cell is oriented negative to the X axis.