lineWidth : number The width (thickness) of any lines drawn. Source code:
lineTo(x, y) → {PIXI.Graphics}
getBounds() → {Rectangle} Retrieves the bounds of the graphic shape as a rectangle object
getLocalBounds() → {Rectangle} Retrieves the non-global local bounds of the graphic shape as a rectangle
endFill() → {PIXI.Graphics}
getChildAt(index) → {DisplayObject}
height : number The height of the displayObjectContainer, setting this will actually modify the scale to achieve the value set
fillAlpha : number The alpha value used when filling the Graphics object. Source
removeChildren(beginIndex, endIndex) Removes all children from this container that are within the begin and end indexes.
drawCircle(x, y, diameter) → {PIXI.Graphics}
Page 2 of 5