get_child


Description:

public abstract unowned CanvasItemModel get_child (int child_num)

Gets the child at the given stack position.

Parameters:

this

an item model.

child_num

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

Returns:

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