ARWorldTrackingConfiguration.DetectionImages Property

Definition

Gets or sets a list of 2D images to recognize in the environment.

[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

Property Value

A list of 2D images to recognize in the environment.

Attributes

Applies to