Click or drag to resize

ActionElementMapaxisRange Property

The range of the axis. Describes whether the Action is bound to the full, positive, or negative portion of the axis element. Axis Range describes the axis element, not the Action. Axis Range is not used when the Action is bound to a button element because buttons do not have a range of values or +/- poles. For Actions bound to buttons or only one pole of an axis, axisContribution.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public AxisRange axisRange { get; set; }

Property Value

Type: AxisRange
See Also