mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Add a function to force transform update, fixes #17628
This commit is contained in:
parent
072bf41c03
commit
74359a1d1e
4 changed files with 29 additions and 0 deletions
|
|
@ -202,6 +202,8 @@ public:
|
|||
void hide();
|
||||
bool is_visible_in_tree() const;
|
||||
|
||||
void force_update_transform();
|
||||
|
||||
Spatial();
|
||||
~Spatial();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue