Click or drag to resize

ControllerMapEnablerRuleSetFindLast Method

Finds the last Rule that satisfies the predicate.

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

Parameters

predicate
Type: SystemPredicateControllerMapEnablerRule
Predicate

Return Value

Type: ControllerMapEnablerRule
The last Rule that satisfies the predicate. Returns null if not found.
See Also