CanvasItemMaterialLightModeEnum Enumeration |
[Missing <summary> documentation for "T:Godot.CanvasItemMaterial.LightModeEnum"]
Namespace: Godot
public enum LightModeEnum
Member name | Value | Description | |
---|---|---|---|
Normal | 0 | Render the material using both light and non-light sensitive material properties. | |
Unshaded | 1 | Render the material as if there were no light. | |
LightOnly | 2 | Render the material as if there were only light. |