Method IsHoverableBy
IsHoverableBy(IXRHoverInteractor)
Determines if a given Interactor can hover over this Interactable.
Declaration
bool IsHoverableBy(IXRHoverInteractor interactor)
Parameters
| Type | Name | Description |
|---|---|---|
| IXRHoverInteractor | interactor | Interactor to check for a valid hover state with. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if hovering is valid this frame. Returns false if not. |