name : string A name for this group. Not used internally but useful for debugging.
bottom : number The bottom coordinate of this Group. It is derived by calling getBounds, calculating the Groups
bounds : Phaser.Rectangle Source
removeFromHash(child) → {boolean} Removes a child of this Group from the hash array.This call
callAllExists(callback, existsValue, parameter) Calls a function, specified by name, on all children in the group who exist (or do not
setAll(key, value, checkAlive, checkVisible, operation, force)
removeAll(destroy, silent, destroyTexture) Removes
inputEnableChildren : boolean A Group with inputEnableChildren set to true will automatically call inputEnabled
ignoreDestroy : boolean A group with ignoreDestroy set to true ignores all calls to its destroy
bringToTop(child) → {any} Brings the given child to the top of this group so it renders above all
Page 7 of 14