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+fd80194fe28f6b408ce098e98c53850d307c3a32
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