isMask : boolean Whether this shape is being used as a mask. Source code:
new Graphics() The Graphics class contains methods used to draw primitive shapes such as lines, circles and rectangles to the display
removeChildAt(index) → {DisplayObject}
removeChild(child) → {DisplayObject}
moveTo(x, y) → {PIXI.Graphics}
width : number The width of the displayObjectContainer, setting this will actually modify the scale to achieve the value set
updateLocalBounds() Update the bounds of the object Source code:
blendMode : number The blend mode to be applied to the graphic shape. Apply a value of PIXI.blendModes.NORMAL to reset the blend
drawRoundedRect(x, y, width, height, radius) Parameters Name Type Description
bezierCurveTo(cpX, cpY, cpX2, cpY2, toX, toY) → {PIXI
Page 4 of 5