[FlagsAttribute]
public enum AxisType
<FlagsAttribute>
Public Enumeration AxisType
No code example is currently available or this language may not be supported.
None | 0 | No axis defined or unknown. |
X | 1 | The X axis. |
Y | 2 | The Y axis. |
Z | 4 | The Z axis. |
W | 8 | The virtual W axis. |