Gio.js
Getting Start
Gio.js 2.0
Basic Elements
Configuration
Object Design API
Color and Style API
Working with Data
Callback
Dependence Interface
Advanced Feature
enableStats / disableStats
Displays/hides stats on the upper-left corner of the scene. To use this API, stats.min.js must be included in the <header> tag of your html page.
<header>
        <script src="stats.min.js"></script>
</header>
controller.enableStats();
controller.disableStats();