Function getStats

  • This utility function creates a new stats panel on the scene with a specified dom element id. This function is based on the npm package called stats.js. It can be used to monitor the performance of your apps, such as framerate, rendering time, and memory usage.

    Parameters

    • statsDomId: string = 'stats'

    Returns Stats

Generated using TypeDoc