Enum MarsPlaneAlignment
Namespace: Unity.MARS.Data
Assembly: Unity.MARS.Interfaces.dll
Syntax
[MovedFrom("Unity.MARS")]
public enum MarsPlaneAlignment
Fields
| Name | Description |
|---|---|
| HorizontalDown | Plane has horizontal alignment and is facing downward |
| HorizontalUp | Plane has horizontal alignment and is facing upward |
| NonAxis | Plane is not aligned along cardinal (X, Y or Z) axis. |
| None | |
| Vertical | Plane has vertical alignment. |