shaderManager : PIXI.WebGLShaderManager Deals with managing the shader programs and their attribs
resolution : number The resolution of the canvas. Source code:
getLocalBounds() → {Rectangle} Retrieves the non-global local bounds of the Sprite as a rectangle
getChildIndex(child) → {Number} Returns the index position of a child DisplayObject instance
currentBlendMode : number Source code:
isTiling : boolean Is this a tiling texture? As used by the likes of a TilingSprite.
height : number The height of the displayObjectContainer, setting this will actually modify the scale to achieve the value set
width : number The width of the displayObjectContainer, setting this will actually modify the scale to achieve the value set
width : number The width of the sprite, setting this will actually modify the scale to achieve the value set
swapChildren(child, child2) Swaps the position of 2 Display Objects within this container. Parameters
Page 12 of 29