requiresUpdate : boolean This will let a renderer know that a texture has been updated (used mainly for webGL uv updates)
requiresReTint : boolean This will let a renderer know that a tinted parent has updated its texture.
width : number The with of the render texture Source code:
baseTexture : PIXI.BaseTexture The
resize(width, height, updateBase) Resizes the RenderTexture. Parameters
setFrame(frame) Specifies the region of the baseTexture that this texture will use. Parameters
getImage() → {Image} Will return a HTML Image of the texture Returns
trim :Rectangle The texture trim data. Inherited From
clear() Clears the RenderTexture. Source code:
isTiling : boolean Is this a tiling texture? As used by the likes of a TilingSprite.
Page 1 of 3