ARWorldTrackingConfiguration.MaximumNumberOfTrackedImages Property

Definition

Gets or sets the maximum amount of images whose motion may be tracked at one time.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nint MaximumNumberOfTrackedImages { [Foundation.Export("maximumNumberOfTrackedImages")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setMaximumNumberOfTrackedImages:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.MaximumNumberOfTrackedImages : nint with get, set

Property Value

System.System.IntPtr System.nativeint

The maximum amount of images whose motion may be tracked at one time.

Attributes

Applies to