Click or drag to resize

ModelUpAxis 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
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum ModelUpAxis
Members
  Member nameDescription
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