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 destinationFrame
PIXI.Rectangle The destination frame.
sourceFrame
PIXI.Rectangle The source frame.
resolution
Number Resolution
root
boolean 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 matrix
PIXI.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 destinationFrame
PIXI.Rectangle The destination frame.
sourceFrame
PIXI.Rectangle The source frame.
resolution
Number Resolution
root
boolean If is root