ARWorldTrackingConfiguration.MaximumNumberOfTrackedImages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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