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