CanvasItemMaterial

Inherits: Material < Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

BlendMode

blend_mode

0

LightMode

light_mode

0

int

particles_anim_h_frames

bool

particles_anim_loop

int

particles_anim_v_frames

bool

particles_animation

false


Enumerations

enum BlendMode:

BlendMode BLEND_MODE_MIX = 0

There is currently no description for this enum. Please help us by contributing one!

BlendMode BLEND_MODE_ADD = 1

There is currently no description for this enum. Please help us by contributing one!

BlendMode BLEND_MODE_SUB = 2

There is currently no description for this enum. Please help us by contributing one!

BlendMode BLEND_MODE_MUL = 3

There is currently no description for this enum. Please help us by contributing one!

BlendMode BLEND_MODE_PREMULT_ALPHA = 4

There is currently no description for this enum. Please help us by contributing one!


enum LightMode:

LightMode LIGHT_MODE_NORMAL = 0

There is currently no description for this enum. Please help us by contributing one!

LightMode LIGHT_MODE_UNSHADED = 1

There is currently no description for this enum. Please help us by contributing one!

LightMode LIGHT_MODE_LIGHT_ONLY = 2

There is currently no description for this enum. Please help us by contributing one!


Property Descriptions

BlendMode blend_mode = 0

There is currently no description for this property. Please help us by contributing one!


LightMode light_mode = 0

There is currently no description for this property. Please help us by contributing one!


int particles_anim_h_frames

  • void set_particles_anim_h_frames ( int value )

  • int get_particles_anim_h_frames ( )

There is currently no description for this property. Please help us by contributing one!


bool particles_anim_loop

  • void set_particles_anim_loop ( bool value )

  • bool get_particles_anim_loop ( )

There is currently no description for this property. Please help us by contributing one!


int particles_anim_v_frames

  • void set_particles_anim_v_frames ( int value )

  • int get_particles_anim_v_frames ( )

There is currently no description for this property. Please help us by contributing one!


bool particles_animation = false

  • void set_particles_animation ( bool value )

  • bool get_particles_animation ( )

There is currently no description for this property. Please help us by contributing one!