Click or drag to resize

CanvasItemMaterialLightModeEnum Enumeration

[Missing <summary> documentation for "T:Godot.CanvasItemMaterial.LightModeEnum"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum LightModeEnum
Members
  Member nameValueDescription
Normal0

Render the material using both light and non-light sensitive material properties.

Unshaded1

Render the material as if there were no light.

LightOnly2

Render the material as if there were only light.

See Also