Enum LightEstimation
Defines types of light estimation.
Namespace: UnityEngine.XR.ARFoundation
Syntax
[Flags]
public enum LightEstimation
Fields
| Name | Description | Value |
|---|---|---|
| AmbientColor | An estimate for the average ambient color of the environment. |
|
| AmbientIntensity | An estimate for the average ambient intensity of the environment. |
|
| AmbientSphericalHarmonics | Estimate for the spherical harmonics representing the average ambient lighting of the environment. |
|
| MainLightDirection | An estimate for the direction of the main light in the environment. |
|
| MainLightIntensity | An estimate for the intensity of the main light in the environment. |
|
| None | No light estimation. |