renderer : PIXI.CanvasRenderer |
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
height : number The height of the render texture Inherited From
requiresUpdate : boolean This will let a renderer know that a texture has been updated (used mainly for webGL uv updates)
setFrame(frame) Specifies the region of the baseTexture that this texture will use. Parameters
width : number The with of the render texture Inherited From
resolution : number The Resolution of the texture. Inherited From
crop :Rectangle This is the area of the BaseTexture image to actually copy to the Canvas / WebGL when rendering,irrespective
baseTexture : PIXI.BaseTexture The
Page 2 of 3