ControllerSetSelectorMatches Method |
Determines if the specified Controller is matched by the selector.
Namespace:
Rewired
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Matches(
Controller controller
)
Parameters
- controller
- Type: RewiredController
The Controller.
Return Value
Type:
BooleanTrue if the Controller matches the selection criteria, false if not.
See Also