Physics.P2#onEndContact
  • References/Game Development/Phaser/P2 Physics/Physics.P2

onEndContact : Phaser.Signal This Signal is dispatched

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

addConstraint(constraint) → {Phaser.Physics.P2.Constraint} Adds a Constraint to the world.

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

convertTilemap(map, layer, addToWorld, optimize)

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

rotateLeft(speed) This will rotate the Body by the given speed to the left (counter-clockwise). Parameters

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

[readonly] time : boolean The World time. Source

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

collideWorldBounds : boolean A Body can be set to collide against the World bounds automatically if this is set to true. Otherwise

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

createDistanceConstraint(bodyA, bodyB, distance, localAnchorA, localAnchorB, maxForce)

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

setCircle(radius, offsetX, offsetY, rotation)

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

new BodyDebug(game, body, settings) Draws a P2 Body to a Graphics instance for visual debugging.Needless to say, for every body

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

getChildAt(index) → {DisplayObject}

2025-01-10 15:47:30