Click or drag to resize

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
C#
public float GetCalibratedValue(
	int axisIndex,
	float value
)

Parameters

axisIndex  Int32
Index of the Axis
value  Single
Incoming value to calibrate

Return Value

Single
Calibrated value
See Also