| Name | Type | Description | 
|---|---|---|
| renderer | PIXI.Renderer | The renderer this System works for. | 
Extends
Members
- 
    boundTextures Array.<PIXI.BaseTexture> readonly
- 
    
    Bound textures 
- 
    
    Current location 
- 
    managedTextures Array.<PIXI.BaseTexture> readonly
- 
    
    List of managed textures 
- 
    renderer PIXI.Renderer inherited
- 
    
    The renderer this manager works for. 
- 
    unknownTexture PIXI.BaseTexture readonly
- 
    
    BaseTexture value that shows that we don't know what is bound 
Methods
- 
    
    
    Bind a texture to a specific location If you want to unbind something, please use unbind(texture)instead ofbind(null, textureLocation)Name Type Default Description texture_PIXI.Texture | PIXI.BaseTexture Texture to bind locationnumber 0 optional Location to bind at 
- 
    
    
    Sets up the renderer context and necessary buffers. 
- 
    destroy () inherited
- 
    
    
    Generic destroy methods to be overridden by the subclass 
- 
    
    
    Resets texture location and bound textures Actual bind(null, i)calls will be performed at nextunbind()call
- 
    
    
    Unbind a texture Name Type Description texturePIXI.BaseTexture Texture to bind