Class: TwistFilter

PIXI.filters~TwistFilter

This filter applies a twist effect making display objects appear twisted in the given direction.
originalfilter

new TwistFilter (radius, angle, padding)

Name Type Default Description
radius number 200 optional

The radius of the twist.

angle number 4 optional

The angle of the twist.

padding number 20 optional

Padding for filter area.

See:

Extends

  • PIXI.Filter

Members

angle number

The angle of the twist.

offset PIXI.Point

This point describes the the offset of the twist.

radius number

The radius of the twist.