World#ignoreDestroy
  • References/Game Development/Phaser/Core/World

ignoreDestroy : boolean A group with ignoreDestroy set to true ignores all calls to its destroy

2025-01-10 15:47:30
World#removeChildren()
  • References/Game Development/Phaser/Core/World

removeChildren(beginIndex, endIndex) Removes all children from this container that are within the begin and end indexes.

2025-01-10 15:47:30
World#createMultiple()
  • References/Game Development/Phaser/Core/World

createMultiple(quantity, key, frame, exists) → {array}

2025-01-10 15:47:30
World#ignoreChildInput
  • References/Game Development/Phaser/Core/World

ignoreChildInput : boolean If ignoreChildInput is false it will allow this objects children

2025-01-10 15:47:30
World#countLiving()
  • References/Game Development/Phaser/Core/World

countLiving() → {integer} Get the number of living children in this group. Returns

2025-01-10 15:47:30
World#forEachDead()
  • References/Game Development/Phaser/Core/World

forEachDead(callback, callbackContext, args) Call a function on each dead child in this group. See

2025-01-10 15:47:30
World#sort()
  • References/Game Development/Phaser/Core/World

sort(key, order) Sort the children in the group according to a particular

2025-01-10 15:47:30
World#getFirstDead()
  • References/Game Development/Phaser/Core/World

getFirstDead(createIfNull, x, y, key,

2025-01-10 15:47:30
World#onChildInputOver
  • References/Game Development/Phaser/Core/World

onChildInputOver : Phaser.Signal This Signal is dispatched

2025-01-10 15:47:30
World#z
  • References/Game Development/Phaser/Core/World

[readonly] z : integer The z-depth value of this object within its parent container/Group

2025-01-10 15:47:30