ARWorldTrackingConfiguration.AutoFocusEnabled Property

Definition

Gets or sets a value that controls whether autofocus is enabled on the device camera.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool AutoFocusEnabled { [Foundation.Export("isAutoFocusEnabled")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setAutoFocusEnabled:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.AutoFocusEnabled : bool with get, set

Property Value

A value that controls whether autofocus is enabled on the device camera.

Attributes

Applies to