You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dd>Returns a "PIXI Particle Emitter" which is a particleContainer with a built-in <strong>step()</strong>
96
98
function to progress the animation. The different attributes of the container specify how the particles
97
99
are emitted.</dd>
98
-
<ddclass="return">Pixi Particle Container
99
-
<br>{
100
-
<br>life: how far the particles can move away from the emitter's location, in pixels (default 128)
101
-
<br>speed: quickly the particles move to their end of life distance (default 1)
102
-
<br>direction: specifies the direction (in radians) that the particles will move (default 0)
103
-
<br>spread: the angle (in radians) of how closely particles should follow the direction. 0 is no deviation, 2 PI is in a full circle (default is 2 PI)
104
-
<br>step(): moves and updates all particles
105
-
<br>}
100
+
<ddclass="return">Pixi Particle Emitter</dd>
101
+
<dd>.life = how far the particles can move away from the emitter's location, in pixels (default 128)
102
+
<br>.speed = quickly the particles move to their end of life distance (default 1)
103
+
<br>.direction = specifies the direction (in radians) that the particles will move (default 0)
104
+
<br>.spread = the angle (in radians) of how closely particles should follow the direction. 0 is no deviation, 2 PI is in a full circle (default is 2 PI)
105
+
<br>.step() = a shared function that moves and updates all particles
0 commit comments