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

maxHealth : number The Game Objects maximum health value. This works in combination with the heal method to ensure

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

scaleMax : Phaser.Point The maximum scale this Game

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

centerX : number The center x coordinate of the Game Object.This is the same as (x - offsetX) + (width / 2)

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

play(name, frameRate, loop, killOnComplete) → {

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

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

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

input : Phaser.InputHandler | null The

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

centerY : number The center y coordinate of the Game Object.This is the same as (y - offsetY) + (height / 2)

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

[readonly] inCamera : boolean Checks if the Game Objects bounds intersect with the Game Camera

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

[readonly] children : Array.<Displa

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

events : Phaser.Events All Phaser Game Objects

2025-01-10 15:47:30