A canvas to interact with WebGL.

Hierarchy (View Summary)

Constructors

Properties

The canvas element we're interacting with.

Accessors

  • get height(): number
  • Retrieves the height of the canvas.

    Returns number

    The height of the canvas.

  • get width(): number
  • Retrieves the width of the canvas.

    Returns number

    The width of the canvas.

Methods

  • Not supported.

    Parameters

    • _frameTimes: number[]

      Ignored.

    • _frameTime: number

      Ignored.

    • _timeDelta: number

      Ignored.

    Returns void