| Name | Type | Description |
|---|---|---|
renderer |
PIXI.CanvasRenderer |
The current PIXI renderer. |
Methods
-
destroy graphics object
-
Renders a Graphics object to a canvas.
Name Type Description graphicsPIXI.Graphics the actual graphics object to render
-
Renders a polygon.
Name Type Description pointsArray.<PIXI.Point> The points to render
closeboolean Should the polygon be closed
contextCanvasRenderingContext2D The rendering context to use
-
Updates the tint of a graphics object
Name Type Description graphicsPIXI.Graphics the graphics that will have its tint updated