Class XRSimpleInteractable
This is the simplest version of an Interactable object. It simply provides a concrete implementation of the XRBaseInteractable. It is intended to be used as a way to respond to onHoverEntered/onHoverExited and onSelectEntered/onSelectExited/onSelectCanceled events with no underlying interaction behavior.
Inherited Members
Namespace: UnityEngine.XR.Interaction.Toolkit
Syntax
public class XRSimpleInteractable : XRBaseInteractable