Enum HDLightType
This enum has been deprecated, and light types that existed only in HDRP have been moved into
the UnityEngine.LightType
instead. So you should now directly set the type
property on the
UnityEngine.Light
monobehaviour.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
[Obsolete("This enum has been deprecated. Use the UnityEngine.LightType enum instead.", false)]
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. |