Click or drag to resize

ControllerMapElementMapsWithElementTarget(ControllerElementTarget, Boolean) Method

Enumarates all ActionElementMaps that map to a specific controller element target.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IEnumerable<ActionElementMap> ElementMapsWithElementTarget(
	ControllerElementTarget elementTarget,
	bool skipDisabledMaps
)

Parameters

elementTarget  ControllerElementTarget
Target controller element
skipDisabledMaps  Boolean
Should disabled ActionElementMaps be skipped?

Return Value

IEnumerableActionElementMap
IEnumerable
See Also