Graphics#clear()
  • References/Game Development/Phaser/PIXI/PIXI.Graphics

clear() → {PIXI.Graphics}

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

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

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

addChild(child) → {DisplayObject}

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

beginFill(color, alpha) → {PIXI.Graphics}

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

[readonly] children : Array.<Displa

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

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

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

drawRect(x, y, width, height) → {PIXI.Graphics}

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

addChildAt(child, index) → {DisplayObject}

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

swapChildren(child, child2) Swaps the position of 2 Display Objects within this container. Parameters

2025-01-10 15:47:30