get_child


Description:

public abstract unowned CanvasItem get_child (int child_num)

Gets the child item at the given stack position.

Parameters:

this

a container item.

child_num

the position of a child in the container's stack.

Returns:

the child item at the given stack position, or null if child_num is out of range.