Enum HDLightType
Type of an HDRP Light.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum HDLightType : int
Fields
Name | Description | Value |
---|---|---|
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. |