[StatusIndicator] Add method to get indicator icon screen rect.

This commit is contained in:
bruvzg
2024-03-08 09:24:58 +02:00
parent a0b0b19043
commit e5205e589f
10 changed files with 86 additions and 0 deletions

View File

@ -61,6 +61,8 @@ public:
void set_visible(bool p_visible);
bool is_visible() const;
Rect2 get_rect() const;
};
#endif // STATUS_INDICATOR_H