Add a method to get global modulate

This commit is contained in:
kobewi
2022-12-19 11:51:37 +01:00
parent e780dc332a
commit 32b0770a73
3 changed files with 12 additions and 1 deletions

View File

@@ -224,6 +224,7 @@ public:
void set_modulate(const Color &p_modulate);
Color get_modulate() const;
Color get_modulate_in_tree() const;
void set_self_modulate(const Color &p_self_modulate);
Color get_self_modulate() const;