Method ProcessHoverFilters
ProcessHoverFilters(IXRHoverInteractable)
Returns the processing value of the filters in hoverFilters for this Interactor and the given Interactable.
Declaration
protected bool ProcessHoverFilters(IXRHoverInteractable interactable)
Parameters
| Type | Name | Description |
|---|---|---|
| IXRHoverInteractable | interactable | The Interactable 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. |