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