Enum HDLightType
Type of an HDRP Light.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum HDLightType
Fields
Name | Description |
---|---|
Area | Area Light. Complete this type by setting the AreaLightShape too. |
Directional | Directional Light. |
Point | Point Light. |
Spot | Spot Light. Complete this type by setting the SpotLightShape too. |