new PIXI.TextureSystem(renderer)
| Name | Type | Description |
|---|---|---|
renderer |
PIXI.WebGLRenderer |
The renderer this System works for. |
Extends
Members
-
rendererPIXI.WebGLRenderer
-
The renderer this manager works for.
Methods
-
Generic destroy methods to be overridden by the subclass
-
destroyTexture(texture, skipRemove)
-
Deletes the texture from WebGL
Name Type Default Description texturePIXI.BaseTexture | PIXI.Texture the texture to destroy
skipRemoveboolean false optional Whether to skip removing the texture from the TextureManager.