Click or drag to resize

AxisType Class

The type of axis.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      RewiredAxisType

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

The AxisType type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberNone Not an axis.
Public fieldStatic memberNormal A full axis with both positive and negative sides.
Public fieldStatic memberSplit One half of an axis with only a positive or negative side.
Public fieldvalue__ 
Top
See Also