destroy(destroyBase) Destroys this texture Parameters Name
noFrame : boolean Does this Texture have any frame data assigned to it? Inherited
renderer : PIXI.CanvasRenderer |
height : number The height of the render 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
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 Inherited From
resolution : number The Resolution of the texture. Inherited From
setFrame(frame) Specifies the region of the baseTexture that this texture will use. Parameters
Page 2 of 3