Enum LightEstimationMode
Represents the light estimation mode. This is deprecated.
Namespace: UnityEngine.XR.ARSubsystems
Assembly: Unity.XR.ARSubsystems.dll
Syntax
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. |