| Package | org.pranaframework.utils |
| Class | public class DisplayObjectContainerUtils |
| Method | Defined by | ||
|---|---|---|---|
|
addChildren(container:DisplayObjectContainer, children:Array):void
[static]
Adds all display objects in the children array to the container.
| DisplayObjectContainerUtils | ||
| addChildren | () | method |
public static function addChildren(container:DisplayObjectContainer, children:Array):voidAdds all display objects in the children array to the container.
Parameterscontainer:DisplayObjectContainer — the container to which the children will be added
|
|
children:Array — the array of DisplayObject instances that will be added as a child of the container
|