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#key

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

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#height

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

RenderTexture#height

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

RenderTexture#getImage()

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

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#getCanvas()

getCanvas() → {HTMLCanvasElement} Creates a Canvas element, renders this RenderTexture to it and then returns it. Returns HTMLCanvasElement - A Canvas element with the texture rendered on. Source code: pixi/textures/RenderTexture.js (Line 320)

RenderTexture#getCanvas()

getCanvas() → {HTMLCanvasElement} Creates a Canvas element, renders this RenderTexture to it and then returns it. Returns HTMLCanvasElement - A Canvas element with the texture rendered on. Inherited From PIXI.RenderTexture#getCanvas Source code: pixi/textures/RenderTexture.js (Line 320)