Method IsHovering
IsHovering(IXRHoverInteractable)
Determines whether this Interactor is currently hovering the Interactable.
Declaration
bool IsHovering(IXRHoverInteractable interactable)
Parameters
| Type | Name | Description |
|---|---|---|
| IXRHoverInteractable | interactable | Interactable to check. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if this Interactor is currently hovering the Interactable.
Otherwise, returns |
Remarks
In other words, returns whether interactablesHovered contains interactable.