RenderTexture#resize()

resize(width, height, updateBase) Resizes the RenderTexture. Parameters Name Type Description width Number The width to resize to. height Number The height to resize to. updateBase Boolean Should the baseTexture.width and height values be resized as well? Inherited From PIXI.RenderTexture#resize Source code: pixi/textures/RenderTexture.js (Line 139)

RenderTexture#resize()

resize(width, height, updateBase) Resizes the RenderTexture. Parameters Name Type Description width Number The width to resize to. height Number The height to resize to. updateBase Boolean Should the baseTexture.width and height values be resized as well? Source code: pixi/textures/RenderTexture.js (Line 139)

RenderTexture#resolution

resolution : number The Resolution of the texture. Inherited From PIXI.RenderTexture#resolution Source code: pixi/textures/RenderTexture.js (Line 53)

RenderTexture#resolution

resolution : number The Resolution of the texture. Source code: pixi/textures/RenderTexture.js (Line 53)

RenderTexture#setFrame()

setFrame(frame) Specifies the region of the baseTexture that this texture will use. Parameters Name Type Description frame Rectangle The frame of the texture to set it to Inherited From PIXI.Texture#setFrame Source code: pixi/textures/Texture.js (Line 178)

RenderTexture#setFrame()

setFrame(frame) Specifies the region of the baseTexture that this texture will use. Parameters Name Type Description frame Rectangle The frame of the texture to set it to Inherited From PIXI.Texture#setFrame Source code: pixi/textures/Texture.js (Line 178)

RenderTexture#trim

trim :Rectangle The texture trim data. Inherited From PIXI.Texture#trim Source code: pixi/textures/Texture.js (Line 63)

RenderTexture#trim

trim :Rectangle The texture trim data. Inherited From PIXI.Texture#trim Source code: pixi/textures/Texture.js (Line 63)

RenderTexture#type

type : number Base Phaser object type. Source code: gameobjects/RenderTexture.js (Line 40)

RenderTexture#valid

valid : boolean Inherited From PIXI.RenderTexture#valid Source code: pixi/textures/RenderTexture.js (Line 125)