ARWorldTrackingConfiguration.DetectionObjects Property

Definition

Gets or sets a list of 3D objects to recognize in the environment.

[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

Property Value

A list of 3D objects to recognize in the environment.

Attributes

Applies to