get_children


Description:

public List<TimelineElement> get_children (bool recursive)

Get the list of timeline elements contained in the container.

If recursive is true, and the container contains other containers as children, then their children will be added to the list, in addition to themselves, and so on.

Parameters:

this

A Container

recursive

Whether to recursively get children in this

Returns:

The list of TimelineElement-s contained in this.