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:
baseTexture : PIXI.BaseTexture The
requiresReTint : boolean This will let a renderer know that a tinted parent has updated its texture.
resize(width, height, updateBase) Resizes the RenderTexture. Parameters
setFrame(frame) Specifies the region of the baseTexture that this texture will use. Parameters
trim :Rectangle The texture trim data. Inherited From
getImage() → {Image} Will return a HTML Image of the texture Returns
isTiling : boolean Is this a tiling texture? As used by the likes of a TilingSprite.
frame :Rectangle The framing rectangle of the render texture Source code:
Page 1 of 3