PlayerControllerHelperMapHelperAddEmptyMap Method (ControllerType, Int32, String, String) |
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 public void AddEmptyMap(
ControllerType controllerType,
int controllerId,
string categoryName,
string layoutName
)
Parameters
- controllerType
- Type: RewiredControllerType
- controllerId
- Type: SystemInt32
- categoryName
- Type: SystemString
- layoutName
- Type: SystemString
See Also