Click or drag to resize

AxisSensitivity2DType Enumeration

Calculation type for sensitivity on 2D axes.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntax
C#
public enum AxisSensitivity2DType
Members
Member nameValueDescription
Radial0 Sensitivity will be calculated using the magnitude of input and applied to the input vector.
Axial1 Sensitivity will be calculated using each individual axis of input and applied individually to each.
See Also