Click or drag to resize

Player.ControllerHelper.MapHelper.AxisMapsWithAction(Int32, Boolean) Method

Enumerates all axis ActionElementMaps for any controller type that contains a specific Action.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IEnumerable<ActionElementMap> AxisMapsWithAction(
	int actionId,
	bool skipDisabledMaps
)

Parameters

actionId  Int32
 
skipDisabledMaps  Boolean
 

Return Value

IEnumerable<ActionElementMap>
See Also