Class: GraphicsRenderer

PIXI. GraphicsRenderer

Renders the graphics object.

new PIXI.GraphicsRenderer(renderer)

Name Type Description
renderer PIXI.WebGLRenderer

The renderer this object renderer works for.

Extends

Members

The renderer this manager works for.

Methods

Destroys this renderer.

Stub method for rendering content and emptying the current batch.

Renders a graphics object.

Name Type Description
graphics PIXI.Graphics

The graphics object to render.

Starts the renderer and sets the shader

Stops the renderer