| Name | Type | Description | 
|---|---|---|
| renderer | PIXI.Renderer | The renderer this System works for. | 
Extends
Members
- 
    defaultFrame PIXI.Rectangle readonly
- 
    
    Default destination frame 
- 
    destinationFrame PIXI.Rectangle readonly
- 
    
    Destination frame 
- 
    projectionMatrix PIXI.Matrix readonly
- 
    
    Project matrix 
- 
    renderer PIXI.Renderer inherited
- 
    
    The renderer this manager works for. 
- 
    sourceFrame PIXI.Rectangle readonly
- 
    
    Source frame 
- 
    transform PIXI.Matrix
- 
    
    A transform that will be appended to the projection matrix if null, nothing will be applied 
Methods
- 
    
    
    Updates the projection matrix based on a projection frame (which is a rectangle) Name Type Description destinationFramePIXI.Rectangle The destination frame. sourceFramePIXI.Rectangle The source frame. resolutionNumber Resolution rootboolean If is root 
- 
    destroy () inherited
- 
    
    
    Generic destroy methods to be overridden by the subclass 
- 
    
    
    Sets the transform of the active render target to the given matrix Name Type Description matrixPIXI.Matrix The transformation matrix 
- 
    
    
    Updates the projection matrix based on a projection frame (which is a rectangle). Make sure to run renderer.framebuffer.setViewport(destinationFrame)after calling this.Name Type Description destinationFramePIXI.Rectangle The destination frame. sourceFramePIXI.Rectangle The source frame. resolutionNumber Resolution rootboolean If is root