Click or drag to resize

AxisRange Class

The range of an axis.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      RewiredAxisRange

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

The AxisRange type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberFull A complete axis with both positive and negative sides.
Public fieldStatic memberNegative Only the negative side of the axis.
Public fieldStatic memberPositive Only the positive side of the axis.
Public fieldvalue__ 
Top
See Also