Partager via


IARTrackable Interface

Définition

Interface pour les objets réels qui peuvent être suivis par ARKit.

[Foundation.Protocol(Name="ARTrackable", WrapperType=typeof(ARKit.ARTrackableWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IARTrackable : IDisposable, ObjCRuntime.INativeObject
type IARTrackable = interface
    interface INativeObject
    interface IDisposable
Dérivé
Attributs
Implémente

Propriétés

Handle

Handle (pointeur) vers la représentation d’objet non managée.

(Hérité de INativeObject)
IsTracked

Indique si la transformation calculée par ARKit correspond à la position et à la rotation réelles.

S’applique à