Click or drag to resize

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
C#
public override bool DeleteElementMap(
	int elementMapId
)

Parameters

elementMapId
Type: SystemInt32
The unique id of the ActionElementMap to delete.

Return Value

Type: Boolean
Success/Failure
See Also