CanvasItemMaterial.LightMode/lightMode - multiple declarations

Function CanvasItemMaterial.lightMode

The manner in which material reacts to lighting.

CanvasItemMaterial.LightMode lightMode() nothrow @property @nogc;

void lightMode (
  long v
) nothrow @property @nogc;

Enum CanvasItemMaterial.LightMode

enum LightMode : int { ... }

Enum members

NameDescription
lightModeLightOnly Render the material as if there were only light.
lightModeNormal Render the material using both light and non-light sensitive material properties.
lightModeUnshaded Render the material as if there were no light.