Enum HDLightTypeAndShape
This enum has been deprecated, and the light type and shape combos now exist as separate members in the
UnityEngine.LightType
enum.
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 HDLightTypeAndShape
Fields
Name | Description |
---|---|
BoxSpot | Spot Light with box shape. |
ConeSpot | Spot Light with cone shape. |
Directional | Directional Light. |
DiscArea | Disc light, baking Only |
Point | Point Light. |
PyramidSpot | Spot Light with pyramid shape. |
RectangleArea | Rectangle Light. |
TubeArea | Tube Light, runtime Only. |