isTiling : boolean Is this a tiling texture? As used by the likes of a TilingSprite.
renderRawXY(displayObject, x, y, clear) This function will draw the display object to the RenderTexture
trim :Rectangle The texture trim data. Inherited From
getImage() → {Image} Will return a HTML Image of the texture Returns
valid : boolean Inherited From
requiresReTint : boolean This will let a renderer know that a tinted parent has updated its texture.
getBase64() → {String} Will return a base64 encoded string of this texture. It works by calling
getCanvas() → {HTMLCanvasElement} Creates a Canvas element, renders this RenderTexture to it and
key : string The key of the RenderTexture in the Cache, if stored there. Source
renderXY(displayObject, x, y, clear) This function will draw the display object to the RenderTexture at
Page 1 of 3