When setting the
Camera'sAxes, this
defines which axis of the axes is up in screen space, where up is from the bottom
to the top of the screen.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax Public Enumeration ModelUpAxis
public enum class ModelUpAxis
Members
| Member name | Description |
---|
| X |
The positive X axis.
|
| Y |
The positive Y axis.
|
| Z |
The positive Z axis.
|
| NegativeX |
The negative X axis.
|
| NegativeY |
The negative Y axis.
|
| NegativeZ |
The negative Z axis.
|
See Also