mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Add a method to get global modulate
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user