Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Debug

Utilities for debugging engine content during play.

Index

Functions

Functions

  • log(s: any): void
  • Logs the provided object in the (web-browser) console.

    Parameters

    • s: any

      object to log.

    Returns void