Click or drag to resize

InputMapperContextactionRange Property

The range of the Action's value to map input to. For example, for an axis-type Action, should user input be mapped to the full range of the Action or just one side of the Action (+/-)? NOTE: This is not the same as or interchangeable with axisRange. Do not pass the value from axisRange into this function or you will get unexpected results.

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

Property Value

Type: AxisRange
See Also