Physics.Arcade.Body#gravity
  • References/Game Development/Phaser/Arcade Physics/Physics.Arcade.Body

gravity : Phaser.Point A local gravity applied to this

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

[readonly] preRotation : number The previous rotation of the physics body.

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

enable(object, children) This will create an Arcade Physics body on the given game object or array of

2025-01-10 15:47:30
Weapon#bulletFrameRandom
  • References/Game Development/Phaser/Arcade Physics/Weapon

bulletFrameRandom : boolean If you've added a set of frames via Weapon.setBulletFrames then you can optionally

2025-01-10 15:47:30
Weapon#bulletKey
  • References/Game Development/Phaser/Arcade Physics/Weapon

bulletKey : string The Texture Key that the Bullets use when rendering.Changing this has no effect on bullets in-flight,

2025-01-10 15:47:30
Weapon#fireFrom
  • References/Game Development/Phaser/Arcade Physics/Weapon

fireFrom : Phaser.Rectangle This is a Rectangle

2025-01-10 15:47:30
Weapon#bulletAngleVariance
  • References/Game Development/Phaser/Arcade Physics/Weapon

bulletAngleVariance : number This is a variance added to the angle of Bullets when they are fired.If you fire from an angle

2025-01-10 15:47:30
Weapon#fireAtXY()
  • References/Game Development/Phaser/Arcade Physics/Weapon

fireAtXY(x, y) → {

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

moveToXY(displayObject, x, y, speed, maxTime) → {number}

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

moveToPointer(displayObject, speed, pointer, maxTime)

2025-01-10 15:47:30