Group#removeChildAt()
  • References/Game Development/Phaser/Game Objects/Group

removeChildAt(index) → {DisplayObject}

2025-01-10 15:47:30
Math#catmullRomInterpolation()
  • References/Game Development/Phaser/Math/Math

catmullRomInterpolation(v, k) → {number} A Catmull Rom Interpolation Method, mostly used by Phaser

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

touching : Object This object is populated with boolean values when the Body collides with another.touching.up = true means

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

reset() Resets all Body values and repositions on the Sprite. Source code:

2025-01-10 15:47:30
TweenData#isFrom
  • References/Game Development/Phaser/Tweens/TweenData

isFrom : boolean Is this a from tween or a to tween? Source code:

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

sprite : Phaser.Sprite Reference to the parent Sprite

2025-01-10 15:47:30
Keyboard#onUpCallback
  • References/Game Development/Phaser/Input/Keyboard

onUpCallback : Function This callback is invoked every time a key is released. Source

2025-01-10 15:47:30
SpriteBatch#physicsSortDirection
  • References/Game Development/Phaser/Display/SpriteBatch

physicsSortDirection : integer If this Group contains Arcade Physics Sprites you can set a custom sort direction via this property

2025-01-10 15:47:30
Particle#getLocalBounds()
  • References/Game Development/Phaser/Particles/Particle

getLocalBounds() → {Rectangle} Retrieves the non-global local bounds of the Sprite as a rectangle

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

getCollisionMask() → {number} Gets the collision bitmask from the groups this body collides with

2025-01-10 15:47:30