ARWorldTrackingConfiguration.DetectionImages 属性

定义

获取或设置环境中要识别的 2D 图像的列表。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSSet<ARKit.ARReferenceImage> DetectionImages { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("detectionImages", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setDetectionImages:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.DetectionImages : Foundation.NSSet<ARKit.ARReferenceImage> with get, set

属性值

在环境中要识别的 2D 图像的列表。

属性

适用于