Hierarchy

  • CoreRenderer
    • CanvasRenderer

Constructors

Properties

activeRttNode: null | CoreNode = null
mode: undefined | "canvas" | "webgl"
options: CoreRendererOptions
renderToTextureActive: boolean = false
rttNodes: CoreNode[] = []
stage: Stage

Methods

  • Updates the clear color of the canvas renderer.

    Parameters

    • color: number

      The color to set as the clear color.

    Returns void