Click or drag to resize

ControllerMapWithAxesGetAxisMapsWithAction Method (String, Boolean)

Gets all Axis ActionElementMaps in this controller map that contain a specific Action. Warning: Calling this allocates memory. Use GetAxisMapsWithAction(String, ListActionElementMap) instead.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ActionElementMap[] GetAxisMapsWithAction(
	string actionName,
	bool skipDisabledMaps
)

Parameters

actionName
Type: SystemString
The name of the Action
skipDisabledMaps
Type: SystemBoolean
Should disabled ActionElementMaps be skipped?

Return Value

Type: ActionElementMap
Array of ActionElementMap
See Also