texture : PIXI.Texture The texture that the
bottom : number The sum of the y and height properties.This is the same as y + height - offsetY.
width : number Gets or sets the width of the Emitter. This is the region in which a particle can be emitted.
forEachExists(callback, callbackContext, args) Call a function on each existing child in this group.
lifespan : number How long each particle lives once it is emitted in ms. Default is 2 seconds. Set lifespan to 'zero' for particles
remove(child, destroy, silent) → {boolean}
replace(oldChild, newChild) → {any} Replaces a child of this Group with the given newChild. The
set(child, key, value, checkAlive, checkVisible, operation,
countDead() → {integer} Get the number of dead children in this group. Returns
removeChildren(beginIndex, endIndex) Removes all children from this container that are within the begin and end indexes.
Page 1 of 28