Click or drag to resize

AxisCoordinateMode Class

The axis coordinate mode.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      RewiredAxisCoordinateMode

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class AxisCoordinateMode : Enum

The AxisCoordinateMode type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberAbsolute Represents the position of the axis in relation to a fixed point.
Public fieldStatic memberRelative Represents the change in position of the axis since the last time the value was retreived.
Public fieldvalue__ 
Top
See Also