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#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#contains()
  • References/Game Development/Phaser/PIXI/PIXI.Graphics

contains(child) → {Boolean} Determines whether the specified display object is a child of the D

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#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#drawShape()
  • References/Game Development/Phaser/PIXI/PIXI.Graphics

drawShape(shape) → {PIXI.GraphicsData}

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#arc()
  • References/Game Development/Phaser/PIXI/PIXI.Graphics

arc(cx, cy, radius, startAngle, endAngle, anticlockwise, segments) → {

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#drawCircle()
  • References/Game Development/Phaser/PIXI/PIXI.Graphics

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

2025-01-10 15:47:30