Class XRSelectInteractableExtensions
Extension methods for IXRSelectInteractable.
Inherited Members
Namespace: UnityEngine.XR.Interaction.Toolkit
Assembly: solution.dll
Syntax
public static class XRSelectInteractableExtensions
Methods
| Name | Description |
|---|---|
| GetOldestInteractorSelecting(IXRSelectInteractable) | Gets the oldest interactor currently selecting this interactable. This is a convenience method for when the interactable does not support being selected by multiple interactors at a time. |
| IsSelectedByLeft(IXRSelectInteractable) | Gets whether the interactable is currently being selected by an interactor associated with the left hand or controller. |
| IsSelectedByRight(IXRSelectInteractable) | Gets whether the interactable is currently being selected by an interactor associated with the right hand or controller. |