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

smoothed : boolean Enable or disable texture smoothing for this Game Object. It only takes effect if the Game Object is

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

[readonly] deltaZ : number Returns the delta z value. The difference between rotation now

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

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

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

data : Object An empty Object that belongs to this Game Object.This value isn't ever used internally by Phaser, but may be

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

y : number The position of the Game Object on the y axis relative to the local coordinates of the parent.

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

[readonly] type : number The const type of this object.

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

addChild(child) → {DisplayObject}

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

[readonly] physicsType : number The const physics body type of this object.

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

preUpdate() → {boolean} Automatically called by World.preUpdate. Returns

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

frameName : string Gets or sets the current frame name of the texture being used to render this Game Object. To change the

2025-01-10 15:47:30