ControllerMapGetFirstButtonMapMatch Method |
Finds the first Button Map that matches the conditions defined by the specified predicate.
Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ActionElementMap GetFirstButtonMapMatch(
Predicate<ActionElementMap> predicate
)
Parameters
- predicate PredicateActionElementMap
- The Predicate delegate that defines the conditions to match.
Return Value
ActionElementMapAction Element Map
Exceptions
See Also