Click or drag to resize

CalibrationMapGetCalibratedValue2D Method

Calibrates the incoming value by the Axis2DCalibration 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 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

Vector2
Calibrated value
See Also