setFrame(frame) Specifies the region of the baseTexture that this texture will use. Parameters
getChildIndex(child) → {Number} Returns the index position of a child DisplayObject instance
trim :Rectangle The texture trim data. Source code:
blendMode : number The blend mode to be applied to the sprite. Set to PIXI.blendModes.NORMAL to remove any blend mode.
render(root) Renders the DisplayObjectContainer, usually the Phaser.Stage, to this canvas view. Parameters
width : number The width of the displayObjectContainer, setting this will actually modify the scale to achieve the value set
height : number The height of the displayObjectContainer, setting this will actually modify the scale to achieve the value set
isTiling : boolean Is this a tiling texture? As used by the likes of a TilingSprite. Source
spriteBatch : PIXI.WebGLSpriteBatch Manages the rendering of sprites Source
getImage() → {Image} Will return a HTML Image of the texture Returns
Page 7 of 29