PlayerControllerHelperMapHelperElementMapsWithElementTarget Method (IControllerElementTarget, Boolean) |
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 public IEnumerable<ActionElementMap> ElementMapsWithElementTarget(
IControllerElementTarget elementTarget,
bool skipDisabledMaps
)
Parameters
- elementTarget
- Type: RewiredIControllerElementTarget
Target controller element - skipDisabledMaps
- Type: SystemBoolean
Should disabled ActionElementMaps be skipped?
Return Value
Type:
IEnumerableActionElementMapIEnumerable
See Also