PlayerControllerHelperMapHelperRemoveMapT Method (Int32, String, String) |
Removes a controller map for a specific controller.
Namespace:
Rewired
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void RemoveMap<T>(
int controllerId,
string categoryName,
string layoutName
)
where T : ControllerMap
Parameters
- controllerId
- Type: SystemInt32
- categoryName
- Type: SystemString
- layoutName
- Type: SystemString
Type Parameters
- T
See Also