Effect

represents an effect

Members

Functions

set_shader_var
void set_shader_var(string name, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
set_shader_var_imm
void set_shader_var_imm(string name, T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

color
Color color;

the tint color

shader
Shader shader;

the shader program for the effect

Meta