scaleData :array An array of the calculated scale easing data applied to particles with scaleRates > 0.
removeFromHash(child) → {boolean} Removes a child of this Group from the hash array.This call
forEachDead(callback, callbackContext, args) Call a function on each dead child in this group. See
alphaData :array An array of the calculated alpha easing data applied to particles with alphaRates > 0.
previous() → {any} Moves the group cursor to the previous (lower) child in the group. If
particleDrag : Phaser.Point The X and Y drag component
alive : boolean The alive property is useful for Groups that are children of other Groups and need to be included/excluded in checks
alpha : number The alpha value of the group container. Inherited From
onDestroy : Phaser.Signal This signal is dispatched
particleClass :any For emitting your own particle class types. They must extend Phaser.Particle.
Page 6 of 16