Enum Light2D.LightType
An enumeration of the types of light
네임스페이스: UnityEngine.Rendering.Universal
어셈블리: solution.dll
구문
public enum Light2D.LightType
필드
이름 | 설명 |
---|---|
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. |