Class XRSimpleInteractable
This is the simplest version of an Interactable object. It simply provides a public implementation of the XRBaseInteractable. It is intended to be used as a way to respond to OnHoverEnter/Exit and OnSelectEnter/Exit events with no underlying interaction behaviour.
Inherited Members
Namespace: UnityEngine.XR.Interaction.Toolkit
Syntax
public class XRSimpleInteractable : XRBaseInteractable