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+e8257758c3446d922301bab0e4637a0e5ec1862f
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