Share via


ARConfiguration.LightEstimationEnabled Property

Definition

Gets or sets a Boolean value that tells whether ARKit estimates ambient lighting to render augmented reality elements.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool LightEstimationEnabled { [Foundation.Export("isLightEstimationEnabled")] get; [Foundation.Export("setLightEstimationEnabled:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isLightEstimationEnabled")>]
[<set: Foundation.Export("setLightEstimationEnabled:")>]
member this.LightEstimationEnabled : bool with get, set

Property Value

Attributes

Applies to