Click or drag to resize

AxisCoordinateMode Enumeration

The axis coordinate mode.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntax
C#
public enum AxisCoordinateMode
Members
Member nameValueDescription
Absolute0 Represents the position of the axis in relation to a fixed point.
Relative1 Represents the change in position of the axis since the last time the value was retreived.
See Also