Enum HDLightType
Type of an HDRP Light.
네임스페이스: UnityEngine.Rendering.HighDefinition
어셈블리: solution.dll
구문
public enum HDLightType
필드
이름 | 설명 |
---|---|
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. |