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+fd80194fe28f6b408ce098e98c53850d307c3a32
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