Click or drag to resize

JoystickCalibrationMapSaveData Constructor

Initializes a new instance of the JoystickCalibrationMapSaveData class

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public JoystickCalibrationMapSaveData(
	CalibrationMap calibrationMap,
	ControllerType controllerType,
	string hardwareIdentifier,
	Guid joystickHardwareTypeGuid
)

Parameters

calibrationMap
Type: RewiredCalibrationMap
controllerType
Type: RewiredControllerType
hardwareIdentifier
Type: SystemString
joystickHardwareTypeGuid
Type: SystemGuid
See Also