Click or drag to resize

AxisCoordinateMode Enumeration

The axis coordinate mode.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
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