Name | Type | Description |
---|---|---|
renderer |
PIXI.Renderer |
The renderer this System works for. |
Implements
Members
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