added rotation and scale support to gui controls
This commit is contained in:
parent
cc7880fba5
commit
890b462ffb
6 changed files with 73 additions and 15 deletions
|
|
@ -68,8 +68,8 @@ public:
|
|||
Ref<Texture> get_focused_texture() const;
|
||||
Ref<BitMap> get_click_mask() const;
|
||||
|
||||
void set_scale(Size2 p_scale);
|
||||
Size2 get_scale() const;
|
||||
void set_texture_scale(Size2 p_scale);
|
||||
Size2 get_texture_scale() const;
|
||||
|
||||
void set_modulate(const Color& p_modulate);
|
||||
Color get_modulate() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue