IARTrackable Interfaccia

Definizione

Interfaccia per oggetti reali che possono essere rilevati da 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
Derivato
Attributi
Implementazioni

Proprietà

Handle

Gestire (puntatore) alla rappresentazione dell'oggetto non gestita.

(Ereditato da INativeObject)
IsTracked

Se la trasformazione calcolata ARKit corrisponde alla posizione e alla rotazione reale.

Si applica a