mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 09:31:34 +00:00
Add/expose VisualServer::get_default_clear_color()
(cherry picked from commit 753ba67d65)
This commit is contained in:
parent
caf42f77d2
commit
887b1de1db
5 changed files with 9 additions and 0 deletions
|
|
@ -564,6 +564,7 @@ void VisualServer::_bind_methods() {
|
|||
ObjectTypeDB::bind_method(_MD("free_rid"),&VisualServer::free);
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("set_default_clear_color"),&VisualServer::set_default_clear_color);
|
||||
ObjectTypeDB::bind_method(_MD("get_default_clear_color"),&VisualServer::get_default_clear_color);
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("get_render_info"),&VisualServer::get_render_info);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue