Hi!
I’m wondering if the AddChild method could be extended with a specific Index?
Current method is:
addChild(node)
Suggested method is:
addChild(node, index(optional))
I know that we have the reparent method on children with which we can set a specific index.
Regards,
Oskar