enum Godot::CanvasItemMaterial::LightMode

Defined in:

libgodot/generated/classes/classes_part2.cr

Enum Members

LightModeNormal = 0_i64
LightModeUnshaded = 1_i64
LightModeLightOnly = 2_i64

Instance Method Summary

Instance Method Detail

def light_mode_light_only? #

Returns true if this enum value equals LightModeLightOnly


[View source]
def light_mode_normal? #

Returns true if this enum value equals LightModeNormal


[View source]
def light_mode_unshaded? #

Returns true if this enum value equals LightModeUnshaded


[View source]