Share via


ARAppClipCodeAnchor.IsTracked Property

Definition

Whether the ARKit-calculated transform matches the real-world position and rotation.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool IsTracked { [Foundation.Export("isTracked")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isTracked")>]
member this.IsTracked : bool

Property Value

true if the transform accurately represents the real-world position and rotation of the detected object.

Implements

Attributes

Applies to