Component.Delta#Delta
  • References/Game Development/Phaser/Game Objects/Components/Component.Delta

new Delta() The Delta component provides access to delta values between the Game Objects current and previous position.

2025-01-10 15:47:30
Component.Animation#Animation
  • References/Game Development/Phaser/Game Objects/Components/Component.Animation

new Animation() The Animation Component provides a play method, which is a proxy to the AnimationManager.play

2025-01-10 15:47:30
Component.Bounds#alignTo()
  • References/Game Development/Phaser/Game Objects/Components/Component.Bounds

alignTo(parent, position, offsetX, offsetY) → {Object}

2025-01-10 15:47:30
Component.Bounds#offsetX
  • References/Game Development/Phaser/Game Objects/Components/Component.Bounds

[readonly] offsetX : number The amount the Game Object is visually offset from its x coordinate

2025-01-10 15:47:30
Component.PhysicsBody#PhysicsBody
  • References/Game Development/Phaser/Game Objects/Components/Component.PhysicsBody

new PhysicsBody() The PhysicsBody component manages the Game Objects physics body and physics enabling.It also overrides the x

2025-01-10 15:47:30
Component.Core#update()
  • References/Game Development/Phaser/Game Objects/Components/Component.Core

update() Override this method in your own custom objects to handle any update requirements.It is called immediately after preUpdate

2025-01-10 15:47:30
Component.Core#pendingDestroy
  • References/Game Development/Phaser/Game Objects/Components/Component.Core

pendingDestroy : boolean A Game Object is that is pendingDestroy is flagged to have its destroy method called on the next logic

2025-01-10 15:47:30
Component.Smoothed#Smoothed
  • References/Game Development/Phaser/Game Objects/Components/Component.Smoothed

new Smoothed() The Smoothed component allows a Game Object to control anti-aliasing of an image based texture.

2025-01-10 15:47:30
Component.Core#events
  • References/Game Development/Phaser/Game Objects/Components/Component.Core

events : Phaser.Events All Phaser Game Objects

2025-01-10 15:47:30
Component.Delta#deltaY
  • References/Game Development/Phaser/Game Objects/Components/Component.Delta

[readonly] deltaY : number Returns the delta y value. The difference between world.y now and

2025-01-10 15:47:30