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
Type: SystemInt32
Index of the Axis
value
Type: SystemSingle
Incoming value to calibrate

Return Value

Type: Single
Calibrated value
See Also