new Graphics()
The Graphics class contains methods used to draw primitive shapes such as lines, circles and rectangles to the display, and color and fill them.
- Source code: pixi/primitives/Graphics.js (Line 5)
new Graphics()
The Graphics class contains methods used to draw primitive shapes such as lines, circles and rectangles to the display, and color and fill them.
Please login to continue.