Enum AreaLightShape
This enum has been deprecated, and the area light shapes now exist as separate members in the
UnityEngine.LightType
enum. The Rectangle
, Tube
, and Disc
types are represented by LightType.Rectangle
,
LightType.Tube
, and LightType.Disc
respectively.
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 AreaLightShape
Fields
Name | Description |
---|---|
Disc | Disc shape. Baking only. |
Rectangle | Rectangle shape. |
Tube | Tube shape. Runtime only |