sprunk-engine
    Preparing search index...

    Class responsible for debugging game objects using a GUI.

    The root HTML element to contain the GUI.

    const debugContainer = document.getElementById('debug-container');
    const gameObjectDebugger = new GameObjectDebugger(debugContainer);

    gameObjectDebugger.render(root);
    gameObjectDebugger.title("Game Object Debugger");
    Index

    Constructors

    Methods

    Constructors

    Methods