Enum SpotLightShape
Shape of a spot light.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum SpotLightShape
Fields
Name | Description |
---|---|
Box | Box shape. Similar to a directional light but with bounds. |
Cone | Cone shape. The default shape of the spot light. |
Pyramid | Pyramid shape. |