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