CellOrientation (Enum): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>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/...
>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/...
 
(No difference)

Latest revision as of 20:12, 8 October 2011

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.