lineStyle(lineWidth, color, alpha) → {PIXI.Graphics}
drawEllipse(x, y, width, height) → {PIXI.Graphics}
tint : number The tint applied to the graphic shape. This is a hex value. Apply a value of 0xFFFFFF to reset the tint.
setChildIndex(child, index) Changes the position of an existing child in the display object container Parameters
quadraticCurveTo(cpX, cpY, toX, toY) → {PIXI.Graphics}
ignoreChildInput : boolean If ignoreChildInput is false it will allow this objects children
lineColor : string The color of any lines drawn. Default Value
getChildIndex(child) → {Number} Returns the index position of a child DisplayObject instance
lineWidth : number The width (thickness) of any lines drawn. Source code:
lineTo(x, y) → {PIXI.Graphics}
Page 1 of 5