DebugInfo Widget v7 - nodeGame/nodegame GitHub Wiki

  • status : complete
  • version : 7.x

Illustration

Illustration of the DebugInfo widget

Introduction

The DebugInfo widget displays information about the current state of the node instance.

Main Options

  • intervalTime: refresh time in milliseconds for the widget. Default: 1000.

Main methods

  • updateAll: updates all information.

Usecase

// Creates and append a new DebugInfo widget.
var root = document.body;
var chat = node.widgets.append('DebugInfo', root);

Links

⚠️ **GitHub.com Fallback** ⚠️