Bullet#right
  • References/Game Development/Phaser/Plugins/Bullet

right : number The right coordinate of the Game Object.This is the same as x + width - offsetX.

2025-01-10 15:47:30
Bullet#height
  • References/Game Development/Phaser/Plugins/Bullet

height : number The height of the sprite, setting this will actually modify the scale to achieve the value set

2025-01-10 15:47:30
Bullet#scaleMin
  • References/Game Development/Phaser/Plugins/Bullet

scaleMin : Phaser.Point The minimum scale this Game

2025-01-10 15:47:30
Bullet#deltaX
  • References/Game Development/Phaser/Plugins/Bullet

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

2025-01-10 15:47:30
Bullet#getChildAt()
  • References/Game Development/Phaser/Plugins/Bullet

getChildAt(index) → {DisplayObject}

2025-01-10 15:47:30
Plugin#hasPostUpdate
  • References/Game Development/Phaser/Plugins/Plugin

hasPostUpdate : boolean A flag to indicate if this plugin has a postUpdate method. Source

2025-01-10 15:47:30
Bullet#resetFrame()
  • References/Game Development/Phaser/Plugins/Bullet

resetFrame() Resets the texture frame dimensions that the Game Object uses for rendering.

2025-01-10 15:47:30
PluginManager#postRender()
  • References/Game Development/Phaser/Plugins/PluginManager

postRender() Post-render is called after the Game Renderer and State.render have run.It only calls plugins who have visible=true

2025-01-10 15:47:30
PluginManager#destroy()
  • References/Game Development/Phaser/Plugins/PluginManager

destroy() Clear down this PluginManager, calls destroy on every plugin and nulls out references.

2025-01-10 15:47:30
Bullet#texture
  • References/Game Development/Phaser/Plugins/Bullet

texture : PIXI.Texture The texture that the

2025-01-10 15:47:30