Class: TextureSystem

PIXI.systems.TextureSystem

new PIXI.systems.TextureSystem (renderer)

Name Type Description
renderer PIXI.Renderer

The renderer this System works for.

Extends

Members

The renderer this manager works for.

Methods

destroy () inherited

Generic destroy methods to be overridden by the subclass

destroyTexture (texture, skipRemove)

Deletes the texture from WebGL

Name Type Default Description
texture PIXI.BaseTexture | PIXI.Texture

the texture to destroy

skipRemove boolean false optional

Whether to skip removing the texture from the TextureManager.