Navigation
These archived docs are for Phaser 2.2.2 Phaser 3 docs can be found on newdocs.phaser.io.
Phaser CE docs can be found on the Phaser CE Documentation site.

Constructor

PIXI. TiltShiftFilter

new TiltShiftFilter()

A TiltShift Filter. Manages the pass of both a TiltShiftXFilter and TiltShiftYFilter.

Source code: pixi/filters/TiltShiftFilter.js, line 6

Public Properties

blur : number

The strength of the blur.

Source code: pixi/filters/TiltShiftFilter.js, line 24

end : number

The Y value to end the effect at.

Source code: pixi/filters/TiltShiftFilter.js, line 69

gradientBlur : number

The strength of the gradient blur.

Source code: pixi/filters/TiltShiftFilter.js, line 39

start : number

The Y value to start the effect at.

Source code: pixi/filters/TiltShiftFilter.js, line 54