Enum HDLightType
Type of an HDRP Light.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum HDLightType
Fields
| Name | Description | Value | 
|---|---|---|
| Spot | Spot Light. Complete this type by setting the SpotLightShape too.  | 
0 | 
| Directional | Directional Light.  | 
1 | 
| Point | Point Light.  | 
2 | 
| Area | Area Light. Complete this type by setting the AreaLightShape too.  | 
3 |