IARTrackable 接口

定义

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
派生
属性
实现

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)
IsTracked

ARKit 计算的转换是否与实际位置和旋转相匹配。

适用于