clear() → {PIXI.Graphics}
removeChildren(beginIndex, endIndex) Removes all children from this container that are within the begin and end indexes.
arc(cx, cy, radius, startAngle, endAngle, anticlockwise, segments) → {
addChild(child) → {DisplayObject}
beginFill(color, alpha) → {PIXI.Graphics}
[readonly] children : Array.<Displa
boundsPadding : number The bounds' padding used for bounds calculation. Source
drawRect(x, y, width, height) → {PIXI.Graphics}
addChildAt(child, index) → {DisplayObject}
swapChildren(child, child2) Swaps the position of 2 Display Objects within this container. Parameters
Page 3 of 5