Click or drag to resize

PlayerControllerHelperMapHelperAddEmptyMap Method (ControllerType, Int32, Int32, Int32)

Add an empty controller map to the Player with the specified category and layout.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void AddEmptyMap(
	ControllerType controllerType,
	int controllerId,
	int categoryId,
	int layoutId
)

Parameters

controllerType
Type: RewiredControllerType
controllerId
Type: SystemInt32
categoryId
Type: SystemInt32
layoutId
Type: SystemInt32
See Also