CalibrationMapGetCalibratedValue2D Method |
Calibrates the incoming value by the Axis2DCalibration at a particular index.
Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Vector2 GetCalibratedValue2D(
int axis2DIndex,
int xAxisIndex,
int yAxisIndex,
Vector2 value
)
Parameters
- axis2DIndex Int32
- Index of the Axis2D
- xAxisIndex Int32
- Index of the X Axis
- yAxisIndex Int32
- Index of the Y Axis
- value Vector2
- Incoming value to calibrate
Return Value
Vector2Calibrated value
See Also