Click or drag to resize

ReInputControllerHelperRemoveControllerFromAllPlayers(ControllerType, Int32, Boolean) Method

De-assigns the specified controller from all players.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void RemoveControllerFromAllPlayers(
	ControllerType controllerType,
	int controllerId,
	bool includeSystemPlayer = true
)

Parameters

controllerType  ControllerType
Tyoe of the controller
controllerId  Int32
Id of the controller
includeSystemPlayer  Boolean  (Optional)
Do we de-assign from the System player also?
See Also