clear() → {PIXI.Graphics}
removeChildren(beginIndex, endIndex) Removes all children from this container that are within the begin and end indexes.
height : number The height of the displayObjectContainer, setting this will actually modify the scale to achieve the value set
[readonly] children : Array.<Displa
drawRect(x, y, width, height) → {PIXI.Graphics}
swapChildren(child, child2) Swaps the position of 2 Display Objects within this container. Parameters
boundsPadding : number The bounds' padding used for bounds calculation. Source
addChildAt(child, index) → {DisplayObject}
removeChildAt(index) → {DisplayObject}
isMask : boolean Whether this shape is being used as a mask. Source code:
Page 3 of 5