RenderTexture#height
  • References/Game Development/Phaser/Graphics/RenderTexture

height : number The height of the render texture Inherited From

2025-01-10 15:47:30
Graphics#alive
  • References/Game Development/Phaser/Graphics/Graphics

alive : boolean A useful flag to control if the Game Object is alive or dead. This is set automatically by the Health components

2025-01-10 15:47:30
Graphics#kill()
  • References/Game Development/Phaser/Graphics/Graphics

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

2025-01-10 15:47:30
Graphics#boundsPadding
  • References/Game Development/Phaser/Graphics/Graphics

boundsPadding : number The bounds' padding used for bounds calculation. Inherited

2025-01-10 15:47:30
Graphics#bottom
  • References/Game Development/Phaser/Graphics/Graphics

bottom : number The sum of the y and height properties.This is the same as y + height - offsetY.

2025-01-10 15:47:30
BitmapData#blendDestinationAtop()
  • References/Game Development/Phaser/Graphics/BitmapData

blendDestinationAtop() → {Phaser.BitmapData}

2025-01-10 15:47:30
Graphics#renderOrderID
  • References/Game Development/Phaser/Graphics/Graphics

[readonly] renderOrderID : number The render order ID is used internally by the renderer and

2025-01-10 15:47:30
BitmapData#rect()
  • References/Game Development/Phaser/Graphics/BitmapData

rect(x, y, width, height, fillStyle) → {

2025-01-10 15:47:30
Graphics#left
  • References/Game Development/Phaser/Graphics/Graphics

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

2025-01-10 15:47:30
BitmapData#canvas
  • References/Game Development/Phaser/Graphics/BitmapData

canvas :HTMLCanvasElement The canvas to which this BitmapData draws. Source

2025-01-10 15:47:30