NodeMoveChild Method |
Moves a child node to a different position (order) among the other children. Since calls, signals, etc are performed by tree order, changing the order of children nodes may be useful.
Namespace: Godot
public void MoveChild( Node childNode, int toPosition )
[Missing <param name="childNode"/> documentation for "M:Godot.Node.MoveChild(Godot.Node,System.Int32)"]
[Missing <param name="toPosition"/> documentation for "M:Godot.Node.MoveChild(Godot.Node,System.Int32)"]