Enum LightEstimationMode
Represents the light estimation mode.
Namespace: UnityEngine.XR.ARSubsystems
Syntax
public enum LightEstimationMode
Fields
| Name | Description | Value |
|---|---|---|
| Disabled | Light estimation is disabled. |
0 |
| AmbientIntensity | Ambient lighting will be estimated as a single-value intensity. |
1 |