new TwistFilter()
This filter applies a twist effect making display objects appear twisted in the given direction.
- Source - pixi/filters/TwistFilter.js, line 5
Extends
Members
-
angle :Number
-
This angle of the twist.
- Source - pixi/filters/TwistFilter.js, line 88
-
dirty :Boolean
-
- Inherited From:
- Source - pixi/filters/AbstractFilter.js, line 31
-
offset :PIXI.Point
-
This point describes the the offset of the twist.
- Source - pixi/filters/TwistFilter.js, line 56
-
padding :Number
-
- Inherited From:
- Source - pixi/filters/AbstractFilter.js, line 37
-
radius :Number
-
This radius of the twist.
- Source - pixi/filters/TwistFilter.js, line 72
Methods
-
syncUniforms()
-
Syncs the uniforms between the class object and the shaders.
- Inherited From:
- Source - pixi/filters/AbstractFilter.js, line 60