Graphics#lineWidth
  • References/Game Development/Phaser/PIXI/PIXI.Graphics

lineWidth : number The width (thickness) of any lines drawn. Source code:

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

lineTo(x, y) → {PIXI.Graphics}

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

getBounds() → {Rectangle} Retrieves the bounds of the graphic shape as a rectangle object

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

getLocalBounds() → {Rectangle} Retrieves the non-global local bounds of the graphic shape as a rectangle

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

endFill() → {PIXI.Graphics}

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

getChildAt(index) → {DisplayObject}

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

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

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

fillAlpha : number The alpha value used when filling the Graphics object. Source

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

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

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

drawCircle(x, y, diameter) → {PIXI.Graphics}

2025-01-10 15:47:30