Class ObjectRendererSystem

system that provides a render function that focussing on rendering Pixi Scene Graph objects to either the main view or to a renderTexture. Used for Canvas WebGL contexts

PIXI

Implements

Constructors

Properties

lastObjectRendered: IRenderableObject

the last object rendered by the renderer. Useful for other plugins like interaction managers

renderer: Renderer
renderingToScreen: boolean

Flag if we are rendering to the screen vs renderTexture

true

Methods

  • Generic destroy methods to be overridden by the subclass

    Returns void