You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see only add_child () which likely insert children at end, and set_children() which reloads all children, also it has replace_child_at_index() but I want to insert new node without removing existing node.
The text was updated successfully, but these errors were encountered:
Currently is this a missing feature?
I see only
add_child ()
which likely insert children at end, andset_children()
which reloads all children, also it hasreplace_child_at_index()
but I want to insert new node without removing existing node.The text was updated successfully, but these errors were encountered: