Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public enum ConstrainedUpAxis
Members
  Member nameDescription
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