RenderTexture#getImage()

getImage() → {Image} Will return a HTML Image of the texture Returns Image - Inherited From PIXI.RenderTexture#getImage Source code: pixi/textures/RenderTexture.js (Line 296)

RenderTexture#getImage()

getImage() → {Image} Will return a HTML Image of the texture Returns Image - Source code: pixi/textures/RenderTexture.js (Line 296)

RenderTexture#height

height : number The height of the render texture Inherited From PIXI.RenderTexture#height Source code: pixi/textures/RenderTexture.js (Line 45)

RenderTexture#height

height : number The height of the render texture Source code: pixi/textures/RenderTexture.js (Line 45)

RenderTexture#isTiling

isTiling : boolean Is this a tiling texture? As used by the likes of a TilingSprite. Inherited From PIXI.Texture#isTiling Source code: pixi/textures/Texture.js (Line 79)

RenderTexture#isTiling

isTiling : boolean Is this a tiling texture? As used by the likes of a TilingSprite. Inherited From PIXI.Texture#isTiling Source code: pixi/textures/Texture.js (Line 79)

RenderTexture#key

key : string The key of the RenderTexture in the Cache, if stored there. Source code: gameobjects/RenderTexture.js (Line 35)

RenderTexture#noFrame

noFrame : boolean Does this Texture have any frame data assigned to it? Inherited From PIXI.Texture#noFrame Source code: pixi/textures/Texture.js (Line 28)

RenderTexture#noFrame

noFrame : boolean Does this Texture have any frame data assigned to it? Inherited From PIXI.Texture#noFrame Source code: pixi/textures/Texture.js (Line 28)

RenderTexture#render()

render(displayObject, matrix, clear) This function will draw the display object to the RenderTexture. In versions of Phaser prior to 2.4.0 the second parameter was a Phaser.Point object.This is now a Matrix allowing you much more control over how the Display Object is rendered.If you need to replicate the earlier behavior please use Phaser.RenderTexture.renderXY instead. If you wish for the displayObject to be rendered taking its current scale, rotation and translation into account then eithe