ConstrainedUpAxis Enumeration |
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.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum ConstrainedUpAxis
Public Enumeration ConstrainedUpAxis
public enum class ConstrainedUpAxis
Members
| Member name | Description |
---|
| X |
The X axis is constrained.
|
| Y |
The Y axis is constrained.
|
| Z |
The Z axis is constrained.
|
| NegativeX |
The negative X axis is constrained.
|
| NegativeY |
The negative Y axis is constrained.
|
| NegativeZ |
The negative Z axis is constrained.
|
| None |
No axis is contained.
|
See Also