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.0 (1.0.0.0)
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