removeChild(child) → {DisplayObject}
tilePosition :Point The offset position of the image that is being tiled Source
getBounds() → {Rectangle} Returns the framing rectangle of the sprite as a PIXI.Rectangle object
setTexture(texture, destroy) Sets the texture of the sprite. Be warned that this doesn't remove or destroy
tintedTexture :Canvas A canvas that contains the tinted version of the Sprite (in Canvas mode, WebGL doesn't populate this)
canvasBuffer :PIXICanvasBuffer The CanvasBuffer object that the tiled texture is drawn to.
width : number The width of the sprite, setting this will actually modify the scale to achieve the value set
anchor :Point The anchor sets the origin point of the texture.The default is 0,0 this means the texture's origin is the top
removeChildAt(index) → {DisplayObject}
getLocalBounds() → {Rectangle} Retrieves the non-global local bounds of the Sprite as a rectangle
Page 2 of 4