Click or drag to resize

ControllerMap.GetElementMapsWithAction Method (Int32)

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ActionElementMap[] GetElementMapsWithAction(
	int actionId
)

Parameters

actionId
Type: System.Int32
The id of the Action

Return Value

Type:ActionElementMap[]
Array of ActionElementMap
See Also