Creature#kill()
  • References/Game Development/Phaser/Game Objects/Creature

kill() → {PIXI.DisplayObject} Kills a Game Object. A killed Game Object has its alive

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

events : Phaser.Events All Phaser Game Objects

2025-01-10 15:47:30
Creature#fresh
  • References/Game Development/Phaser/Game Objects/Creature

[readonly] fresh : boolean A Game Object is considered fresh if it has just been

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

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

2025-01-10 15:47:30
Creature#bringToTop()
  • References/Game Development/Phaser/Game Objects/Creature

bringToTop() → {PIXI.DisplayObject} Brings this Game Object to the top of its parents display list

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

getChildAt(index) → {DisplayObject}

2025-01-10 15:47:30
Creature#manager
  • References/Game Development/Phaser/Game Objects/Creature

manager :CreatureManager The CreatureManager instance for this object. Source

2025-01-10 15:47:30
Creature#removeChildren()
  • References/Game Development/Phaser/Game Objects/Creature

removeChildren(beginIndex, endIndex) Removes all children from this container that are within the begin and end indexes.

2025-01-10 15:47:30
Creature#animations
  • References/Game Development/Phaser/Game Objects/Creature

animations : Phaser.AnimationManager

2025-01-10 15:47:30
Creature#width
  • References/Game Development/Phaser/Game Objects/Creature

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

2025-01-10 15:47:30