Method ProcessSelectFilters
ProcessSelectFilters(IXRSelectInteractor)
Returns the processing value of the filters in selectFilters for the given Interactor and this Interactable.
Declaration
protected bool ProcessSelectFilters(IXRSelectInteractor interactor)
Parameters
| Type | Name | Description |
|---|---|---|
| IXRSelectInteractor | interactor | 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. |