IARTrackable Interfaz

Definición

Interfaz para objetos reales a los que ARKit puede realizar el seguimiento.

[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
Derivado
Atributos
Implementaciones

Propiedades

Handle

Identificador (puntero) a la representación del objeto no administrado.

(Heredado de INativeObject)
IsTracked

Si la transformación calculada de ARKit coincide con la posición y la rotación reales.

Se aplica a