Class: TextureSystem

PIXI. TextureSystem

Name Type Description
renderer PIXI.WebGLRenderer

The renderer this System works for.

Extends

Members

The renderer this manager works for.

Methods

Generic destroy methods to be overridden by the subclass

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.