CellOrientation
Specifies the corner orientation of a legacy terrain cell, used with the deprecated Terrain:SetCell() method.
Items 4
| History | Name | Value | Description | |
|---|---|---|---|---|
| 47 | NegZ | 0 | Upper-left corner orientation when the cell is viewed from directly above. | |
| 47 | X | 1 | Upper-right corner orientation when the cell is viewed from directly above. | |
| 47 | Z | 2 | Lower-right corner orientation when the cell is viewed from directly above. | |
| 47 | NegX | 3 | Lower-left corner orientation when the cell is viewed from directly above. |
Description
Deprecated. Specifies the corner from which a legacy terrain cell's block begins, used with the deprecated Terrain:SetCell() and Terrain:SetCells() methods. When viewed from directly above (downward vertical perspective), the value identifies which corner of the cell the block occupies, ordered clockwise starting from the upper-left.