Class ARAnnotationInteractable
Controls displaying one or more annotations when hovering over the
Inherited Members
Namespace: UnityEngine.XR.Interaction.Toolkit.AR
Syntax
public class ARAnnotationInteractable : ARBaseGestureInteractable
Properties
annotations
The list of annotations.
Declaration
public List<ARAnnotation> annotations { get; set; }
Property Value
Type | Description |
---|---|
List<ARAnnotation> |
Methods
ProcessInteractable(XRInteractionUpdateOrder.UpdatePhase)
This method is called by the Interaction Manager to update the Interactable. Please see the Interaction Manager documentation for more details on update order.
Declaration
public override void ProcessInteractable(XRInteractionUpdateOrder.UpdatePhase updatePhase)
Parameters
Type | Name | Description |
---|---|---|
XRInteractionUpdateOrder.UpdatePhase | updatePhase | The update phase this is called during. |