Method ProcessSelectFilters
ProcessSelectFilters(IXRSelectInteractable)
Returns the processing value of the filters in selectFilters for this Interactor and the given Interactable.
Declaration
protected bool ProcessSelectFilters(IXRSelectInteractable interactable)
Parameters
| Type | Name | Description |
|---|---|---|
| IXRSelectInteractable | interactable | The Interactor to be validated by the select filters. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if all processed filters also return true, or if selectFilters is empty. Otherwise, returns false. |