set_child_at_index
Description:
Changes the index of child in the list of children of this.
This function is logically equivalent to removing child and calling
insert_child_at_index, but it will not emit signals or change
state on child.
Parameters:
| this |
a Actor |
| child |
a Actor child of this |
| index_ |
the new index for |