Enum RenderingServer.CanvasLightMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum RenderingServer.CanvasLightMode : long
Fields
Directional = 1
2D directional (sun/moon) light (see DirectionalLight2D).
Point = 0
2D point light (see PointLight2D).