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

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

RenderTexture#resolution

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

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

requiresUpdate : boolean This will let a renderer know that a texture has been updated (used mainly for webGL uv updates) Inherited From PIXI.Texture#requiresUpdate Source code: pixi/textures/Texture.js (Line 87)

RenderTexture#requiresUpdate

requiresUpdate : boolean This will let a renderer know that a texture has been updated (used mainly for webGL uv updates) Inherited From PIXI.Texture#requiresUpdate Source code: pixi/textures/Texture.js (Line 87)