Click or drag to resize

AxisSensitivity2DType Class

Calculation type for sensitivity on 2D axes.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      RewiredAxisSensitivity2DType

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

The AxisSensitivity2DType type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberAxial Sensitivity will be calculated using each individual axis of input and applied individually to each.
Public fieldStatic memberRadial Sensitivity will be calculated using the magnitude of input and applied to the input vector.
Public fieldvalue__ 
Top
See Also