Type alias AddDebug

AddDebug: {
    addDebug(gui) => void;
}

Allows you to add your own debug options to the debugger.

Type declaration

  • addDebug:function
    • This allows all components to add their own debug options to the debugger.

      For example, the controls. One controls may provide a set of debug options while another may provide a slightly different set.

      Parameters

      • gui: GUI

        The GUI instance to add the debug options to.

      Returns void

Generated using TypeDoc