removeChild(child) → {DisplayObject}
getChildAt(index) → {DisplayObject}
height : number The height of the displayObjectContainer, setting this will actually modify the scale to achieve the value set
new DisplayObjectContainer() A DisplayObjectContainer represents a collection of display objects.It is the base class of all display
width : number The width of the displayObjectContainer, setting this will actually modify the scale to achieve the value set
setChildIndex(child, index) Changes the position of an existing child in the display object container Parameters
addChild(child) → {DisplayObject}
contains(child) → {Boolean} Determines whether the specified display object is a child of the D
swapChildren(child, child2) Swaps the position of 2 Display Objects within this container. Parameters
getLocalBounds() → {Rectangle} Retrieves the non-global local bounds of the displayObjectContainer
Page 1 of 2