removeChildAt(index) → {DisplayObject}
removeChild(child) → {DisplayObject}
new Graphics() The Graphics class contains methods used to draw primitive shapes such as lines, circles and rectangles to the display
swapChildren(child, child2) Swaps the position of 2 Display Objects within this container. Parameters
updateLocalBounds() Update the bounds of the object Source code:
destroyCachedSprite() Destroys a previous cached sprite. Source code:
bezierCurveTo(cpX, cpY, cpX2, cpY2, toX, toY) → {PIXI
width : number The width of the displayObjectContainer, setting this will actually modify the scale to achieve the value set
drawPolygon(path) → {PIXI.Graphics}
blendMode : number The blend mode to be applied to the graphic shape. Apply a value of PIXI.blendModes.NORMAL to reset the blend
Page 4 of 5