Enum HDAdditionalLightData.CelestialBodyShadingSource
Light source used to shade the celestial body.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum HDAdditionalLightData.CelestialBodyShadingSource
Fields
Name | Description |
---|---|
Emission | The celestial body will emit light. |
Manual | The celestial body will be illuminated by an artifical light source. |
ReflectSunLight | The celestial body will reflect light from a directional light in the scene. |