feat: updated engine version to 4.4-rc1
This commit is contained in:
parent
ee00efde1f
commit
21ba8e33af
5459 changed files with 1128836 additions and 198305 deletions
|
|
@ -41,14 +41,14 @@ class Container : public Control {
|
|||
void _child_minsize_changed();
|
||||
|
||||
protected:
|
||||
enum class SortableVisbilityMode {
|
||||
enum class SortableVisibilityMode {
|
||||
VISIBLE,
|
||||
VISIBLE_IN_TREE,
|
||||
IGNORE,
|
||||
};
|
||||
|
||||
void queue_sort();
|
||||
Control *as_sortable_control(Node *p_node, SortableVisbilityMode p_visibility_mode = SortableVisbilityMode::VISIBLE_IN_TREE) const;
|
||||
Control *as_sortable_control(Node *p_node, SortableVisibilityMode p_visibility_mode = SortableVisibilityMode::VISIBLE_IN_TREE) const;
|
||||
|
||||
virtual void add_child_notify(Node *p_child) override;
|
||||
virtual void move_child_notify(Node *p_child) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue