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