ARWorldTrackingConfiguration.DetectionObjects 属性

定义

获取或设置在环境中要识别的 3D 对象的列表。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSSet<ARKit.ARReferenceObject> DetectionObjects { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("detectionObjects", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setDetectionObjects:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.DetectionObjects : Foundation.NSSet<ARKit.ARReferenceObject> with get, set

属性值

在环境中要识别的 3D 对象的列表。

属性

适用于