| Name | Type | Default | Description |
|---|---|---|---|
angle |
number | 0 |
optional
Sets the angle of the motion for blur effect. |
center |
PIXI.Point | Array.<number> | [0,0] |
optional
The center of the radial. |
kernelSize |
number | 5 |
optional
The kernelSize of the blur filter. But be odd number >= 3 |
radius |
number | -1 |
optional
The maximum size of the blur radius, |
Extends
- PIXI.Filter
Members
-
Sets the angle in degrees of the motion for blur effect.
- Default Value:
- [0, 0]
-
Center of the effect.
- Default Value:
- [0, 0]
-
Outer radius of the effect. The default value of
-1is infinite.- Default Value:
- -1

