Name | Type | Description |
---|---|---|
renderer |
PIXI.Renderer |
The renderer this System works for. |
Implements
Members
Default Garbage Collection maximum check count.
- Default Value:
- 600
Default Garbage Collection max idle.
- Default Value:
- 3600
PIXI.TextureGCSystem.defaultMode PIXI.GC_MODES static
Default Garbage Collection mode.
- Default Value:
- PIXI.GC_MODES.AUTO
Check count
Maximum number of item to check
Count
Maximum idle time, in seconds
mode PIXI.GC_MODES
Current garbage collection mode
Methods
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. |
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