API Docs for: 1.4.0
Show:

CanvasGraphics Class

A set of functions used by the webGL renderer to draw the primitive graphics data

Item Index

Methods

Methods

buildCircle

(
  • graphics
  • webGLData
)
private static

Builds a circle to draw

Parameters:

buildLine

(
  • graphics
  • webGLData
)
private static

Builds a line to draw

Parameters:

buildPoly

(
  • graphics
  • webGLData
)
private static

Builds a polygon to draw

Parameters:

buildRectangle

(
  • graphics
  • webGLData
)
private static

Builds a rectangle to draw

Parameters:

renderGraphics

(
  • graphics
  • projection
)
private static

Renders the graphics object

Parameters:

updateGraphics

(
  • graphics
)
private static

Updates the graphics object

Parameters: