constructor for renderer
The renderer this tiling awesomeness works for.
Generic destruction method that frees all resources. This should be called by subclasses.
Stub method that should be used to empty the current batch by rendering objects now.
tilingSprite to be rendered
Stub method that initializes any state required before
rendering starts. It is different from the prerender
signal, which occurs every frame, in that it is called
whenever an object requests this renderer specifically.
Stops the renderer. It should free up any state and become dormant.
Generated using TypeDoc
WebGL renderer plugin for tiling sprites
PIXI