mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +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
|
|
@ -1181,6 +1181,7 @@ public:
|
|||
|
||||
virtual void set_boot_image(const Image& p_image, const Color& p_color,bool p_scale)=0;
|
||||
virtual void set_default_clear_color(const Color& p_color)=0;
|
||||
virtual Color get_default_clear_color() const=0;
|
||||
|
||||
enum Features {
|
||||
FEATURE_SHADERS,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue