CalibrationMapGetCalibratedValue Method |
Calibrates the incoming value by the AxisCalibration at a particular index.
Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntaxpublic float GetCalibratedValue(
int axisIndex,
float value
)
Parameters
- axisIndex Int32
- Index of the Axis
- value Single
- Incoming value to calibrate
Return Value
SingleCalibrated value
See Also