You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Expose RenderingServer.canvas_light_blend_mode
This appears to have been missed in the refactor
This commit is contained in:
@@ -2675,6 +2675,7 @@ void RenderingServer::_bind_methods() {
|
||||
ClassDB::bind_method(D_METHOD("canvas_light_set_shadow_filter", "light", "filter"), &RenderingServer::canvas_light_set_shadow_filter);
|
||||
ClassDB::bind_method(D_METHOD("canvas_light_set_shadow_color", "light", "color"), &RenderingServer::canvas_light_set_shadow_color);
|
||||
ClassDB::bind_method(D_METHOD("canvas_light_set_shadow_smooth", "light", "smooth"), &RenderingServer::canvas_light_set_shadow_smooth);
|
||||
ClassDB::bind_method(D_METHOD("canvas_light_set_blend_mode", "light", "mode"), &RenderingServer::canvas_light_set_blend_mode);
|
||||
|
||||
BIND_ENUM_CONSTANT(CANVAS_LIGHT_MODE_POINT);
|
||||
BIND_ENUM_CONSTANT(CANVAS_LIGHT_MODE_DIRECTIONAL);
|
||||
|
||||
Reference in New Issue
Block a user