Click or drag to resize

AxisRange Enumeration

The range of an axis.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum AxisRange
Members
  Member nameValueDescription
Full0 A complete axis with both positive and negative sides.
Positive1 Only the positive side of the axis.
Negative2 Only the negative side of the axis.
See Also