IARTrackable.IsTracked Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether the ARKit-calculated transform matches the real-world position and rotation.
[Foundation.Preserve(Conditional=true)]
public bool IsTracked { [Foundation.Export("isTracked")] get; }
member this.IsTracked : bool
Property Value
true
if the transform accurately represents the real-world position and rotation of the detected object.
- Attributes