Class: ProjectionSystem

PIXI.systems.ProjectionSystem

new PIXI.systems.ProjectionSystem (renderer)

Name Type Description
renderer PIXI.Renderer

The renderer this System works for.

Extends

Members

The renderer this manager works for.

Methods

calculateProjection (destinationFrame, sourceFrame)

Updates the projection matrix based on a projection frame (which is a rectangle)

Name Type Description
destinationFrame Rectangle

The destination frame.

sourceFrame Rectangle

The source frame.

contextChange () inherited

Generic method called when there is a WebGL context change.

destroy () inherited

Generic destroy methods to be overridden by the subclass

setTransform (matrix)

Sets the transform of the active render target to the given matrix

Name Type Description
matrix PIXI.Matrix

The transformation matrix