Click or drag to resize

ControllerMapGetFirstButtonMapMatch Method

Finds the first Button Map that matches the conditions defined by the specified predicate.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ActionElementMap GetFirstButtonMapMatch(
	Predicate<ActionElementMap> predicate
)

Parameters

predicate
Type: SystemPredicateActionElementMap
The Predicate delegate that defines the conditions to match.

Return Value

Type: ActionElementMap
Action Element Map
Exceptions
ExceptionCondition
ArgumentNullExceptionpredicate is null.
See Also