Method IsHoveredByLeft
IsHoveredByLeft(IXRHoverInteractable)
Gets whether the interactable is currently being hovered by an interactor associated with the left hand or controller.
Declaration
public static bool IsHoveredByLeft(this IXRHoverInteractable interactable)
Parameters
| Type | Name | Description |
|---|---|---|
| IXRHoverInteractable | interactable | The interactable to operate on. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if any interactor currently hovering this interactable has handedness of Left. |
Remarks
This method will return true even if it is not exclusively being hovered by the left hand or controller. In other words, it will still return true if the interactable is also being hovered by an interactor associated with the right hand or controller.