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+20d1932ee9c49d9b6496f76a0835fd9b82311ad2
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