| Name | Type | Description | 
|---|---|---|
renderer | 
            
            PIXI.CanvasRenderer | 
                 A reference to the current renderer  | 
        
Implements
Methods
Destroys this canvas mask manager.
Restores the current drawing context to the state it was before the mask was applied.
| Name | Type | Description | 
|---|---|---|
renderer | 
            
            PIXI.CanvasRenderer | 
                 The renderer context to use.  | 
        
This method adds it to the current stack of masks.
| Name | Type | Description | 
|---|---|---|
maskData | 
            
            PIXI.MaskData | PIXI.Graphics | 
                 the maskData that will be pushed  | 
        
Renders all PIXI.Graphics shapes in a subtree.
| Name | Type | Description | 
|---|---|---|
container | 
            
            PIXI.Container | 
                 container to scan.  | 
        
out | 
            
            Array<PIXI.Graphics> | 
                 where to put found shapes  | 
        
Renders a PIXI.Graphics shape.
| Name | Type | Description | 
|---|---|---|
graphics | 
            
            PIXI.Graphics | 
                 The object to render.  |