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