Merge pull request #111025 from xuhuisheng/dev/clear_inheritance
Fix Clear Inheritance issues
This commit is contained in:
@ -248,6 +248,7 @@ public:
|
||||
|
||||
void set_show_enabled_subscene(bool p_show) { show_enabled_subscene = p_show; }
|
||||
void set_valid_types(const Vector<StringName> &p_valid);
|
||||
void clear_cache();
|
||||
|
||||
inline void update_tree() { _update_tree(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user