PlayerControllerHelperMapHelperRemoveMapT Method (Int32, Int32, Int32) |
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,
int categoryId,
int layoutId
)
where T : ControllerMap
Parameters
- controllerId
- Type: SystemInt32
- categoryId
- Type: SystemInt32
- layoutId
- Type: SystemInt32
Type Parameters
- T
See Also