Physics.P2.BodyDebug#getIndex()
  • References/Game Development/Phaser/P2 Physics/Physics.P2.BodyDebug

getIndex(child) → {integer} Get the index position of the given child in this group, which should

2025-01-10 15:47:30
Physics.P2.BodyDebug#sendToBack()
  • References/Game Development/Phaser/P2 Physics/Physics.P2.BodyDebug

sendToBack(child) → {any} Sends the given child to the bottom of this group so it renders below

2025-01-10 15:47:30
Physics.P2.BodyDebug#moveUp()
  • References/Game Development/Phaser/P2 Physics/Physics.P2.BodyDebug

moveUp(child) → {any} Moves the given child up one place in this group unless it's already at the

2025-01-10 15:47:30
Physics.P2.BodyDebug#total
  • References/Game Development/Phaser/P2 Physics/Physics.P2.BodyDebug

[readonly] total : integer Total number of existing children in the group.

2025-01-10 15:47:30
Physics.P2.BodyDebug#addToHash()
  • References/Game Development/Phaser/P2 Physics/Physics.P2.BodyDebug

addToHash(child) → {boolean} Adds a child of this Group into the hash array.This call will

2025-01-10 15:47:30
Physics.P2.BodyDebug#alive
  • References/Game Development/Phaser/P2 Physics/Physics.P2.BodyDebug

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
Physics.P2.BodyDebug#iterate()
  • References/Game Development/Phaser/P2 Physics/Physics.P2.BodyDebug

iterate(key, value, returnType, callback, callbackContext, args)

2025-01-10 15:47:30
Physics.P2.BodyDebug#addChild()
  • References/Game Development/Phaser/P2 Physics/Physics.P2.BodyDebug

addChild(child) → {DisplayObject}

2025-01-10 15:47:30
Physics.P2.BodyDebug#visible
  • References/Game Development/Phaser/P2 Physics/Physics.P2.BodyDebug

visible : boolean The visible state of the group. Non-visible Groups and all of their children are not rendered.

2025-01-10 15:47:30
Physics.P2.BodyDebug#replace()
  • References/Game Development/Phaser/P2 Physics/Physics.P2.BodyDebug

replace(oldChild, newChild) → {any} Replaces a child of this Group with the given newChild. The

2025-01-10 15:47:30