Options
All
  • Public
  • Public/Protected
  • All
Menu

Debugging API.

Hierarchy

  • DebugAPI

Index

Properties

Methods

Properties

perf

perf: { showDOMFps: any }

Performance monitoring APIs

Type declaration

  • showDOMFps: function
    • showDOMFps(): void
    • Creates a debug DOM element showing the current framerate.

      Returns void

Methods

assert

  • assert(condition: boolean, data: any): void
  • Checks for a condition and throws an error upon failure.

    Parameters

    • condition: boolean

      The condition to check for.

    • data: any

      The assertion data.

    Returns void

debugWriteUI

  • debugWriteUI(path: string): void
  • Debug FS write UI.

    Parameters

    • path: string

      The path to write to.

    Returns void

Generated using TypeDoc