Click or drag to resize

CalibrationMapSetAxis2DData Method

Sets calibration settings for an Axis2D at a particular index.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntax
C#
public bool SetAxis2DData(
	int index,
	Axis2DCalibrationData data
)

Parameters

index  Int32
Index of the Axis2D
data  Axis2DCalibrationData
Calibration data

Return Value

Boolean
Success / failure
See Also