Enum LightEstimationMode
Represents the light estimation mode.
Namespace: UnityEngine.XR.ARSubsystems
Assembly: Unity.XR.ARSubsystems.dll
Syntax
[Obsolete("This enum is no longer used. Its functionality was replaced by the Feature flags enum. (2023-02-02)")]
public enum LightEstimationMode
Fields
Name | Description |
---|---|
AmbientIntensity | Ambient lighting will be estimated as a single-value intensity. |
Disabled | Light estimation is disabled. |
EnvironmentalHDR | Scene lighting will be estimated using Environmental HDR. |