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

Memberof

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

Default

true

Methods

  • Generic destroy methods to be overridden by the subclass

    Returns void

  • Renders the object to its WebGL view.

    Parameters

    Returns void

Generated using TypeDoc