Group#cameraOffset
  • References/Game Development/Phaser/Game Objects/Group

cameraOffset : Phaser.Point If this object is

2025-01-10 15:47:30
Group.RETURN_TOTAL
  • References/Game Development/Phaser/Game Objects/Group

[static] RETURN_TOTAL : integer A returnType value, as specified in

2025-01-10 15:47:30
Group#next()
  • References/Game Development/Phaser/Game Objects/Group

next() → {any} Advances the group cursor to the next (higher) object in the group. If the

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

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

2025-01-10 15:47:30
Group#getTop()
  • References/Game Development/Phaser/Game Objects/Group

getTop() → {any} Return the child at the top of this group. The top child is the child displayed

2025-01-10 15:47:30
Group#alive
  • References/Game Development/Phaser/Game Objects/Group

alive : boolean The alive property is useful for Groups that are children of other Groups and need to be included/excluded in checks

2025-01-10 15:47:30
Group#destroy()
  • References/Game Development/Phaser/Game Objects/Group

destroy(destroyChildren, soft) Destroys this group. Removes all children

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

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

2025-01-10 15:47:30
Group.SORT_ASCENDING
  • References/Game Development/Phaser/Game Objects/Group

[static] SORT_ASCENDING : integer A sort ordering value, as specified in

2025-01-10 15:47:30
Group#removeBetween()
  • References/Game Development/Phaser/Game Objects/Group

removeBetween(startIndex, endIndex, destroy, silent)

2025-01-10 15:47:30