sej
    Preparing search index...

    Type Alias AddDebug

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

    type AddDebug = {
        addDebug(gui: GUI): void;
    }
    Index

    Methods

    Methods

    • 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