Name | Type | Description |
---|---|---|
renderer |
PIXI.Renderer |
The renderer this System works for. |
Extends
Members
-
renderer PIXI.Renderer inherited
-
The renderer this manager works for.
Methods
-
contextChange () inherited
-
Generic method called when there is a WebGL context change.
-
destroy () inherited
-
Generic destroy methods to be overridden by the subclass
-
Checks to see when the last time a texture was used if the texture has not been used for a specified amount of time it will be removed from the GPU
-
Checks to see when the last time a texture was used if the texture has not been used for a specified amount of time it will be removed from the GPU
-
Removes all the textures within the specified displayObject and its children from the GPU
Name Type Description displayObject
PIXI.DisplayObject the displayObject to remove the textures from.