The renderer is used to render graphics to a canvas. Any game instance comes bundled with a renderer already.
Create a Renderer.
The context of the canvas to render to.
Render a scene to the canvas.
The scene to render.
Generated using TypeDoc
The renderer is used to render graphics to a canvas.
Any game instance comes bundled with a renderer already.