ControllerMapWithAxesDeleteElementMap Method |
Deletes the ActionElementMap from the controller map.
Namespace:
Rewired
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public override bool DeleteElementMap(
int elementMapId
)
Parameters
- elementMapId
- Type: SystemInt32
The unique id of the ActionElementMap to delete.
Return Value
Type:
BooleanSuccess/Failure
See Also