CalibrationMapGetCalibratedValue Method |
Calibrates the incoming value by the AxisCalibration at a particular index.
Namespace:
Rewired
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public float GetCalibratedValue(
int axisIndex,
float value
)
Parameters
- axisIndex
- Type: SystemInt32
Index of the Axis - value
- Type: SystemSingle
Incoming value to calibrate
Return Value
Type:
SingleCalibrated value
See Also