Click or drag to resize

PlayerControllerHelperMapHelperClearMapsForControllerInLayoutT(Int32, String, Boolean) Method

Removes all controller maps in a specific layout for a specific controllers.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void ClearMapsForControllerInLayout<T>(
	int controllerId,
	string layoutName,
	bool userAssignableOnly
)
where T : ControllerMap

Parameters

controllerId  Int32
 
layoutName  String
 
userAssignableOnly  Boolean
 

Type Parameters

T
See Also