set_child_at_index


Description:

[ Version ( since = "1.10" ) ]
public void set_child_at_index (Actor child, int index_)

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 child