Enum Light2D.LightType
An enumeration of the types of light
Namespace: UnityEngine.Rendering.Universal
Syntax
public enum LightType
Fields
Name | Description | Value |
---|---|---|
Freeform | The shape of the light is based on a user defined closed shape with multiple points. |
|
Global | Shapeless light that affects the entire screen. |
|
Parametric | N-gon shaped lights. Deprecated. |
|
Point | The shape of light is circular and can also be configured into a pizza shape. |
|
Sprite | The shape of the light is based on a Sprite. |