Illutions Engine API - v0.26.0
    Preparing search index...

    Interface GuiCfg

    Defines the GUI elements for runtime information, controls and inspection.

    interface GuiCfg {
        infoBox: InfoBoxCfg;
        inspector: { enable: boolean };
        menuBar: MenuBarCfg;
    }
    Index
    infoBox: InfoBoxCfg

    The infobox for runtime statistics and renderer information.

    inspector: { enable: boolean }

    The inspector for runtime properties.

    Type Declaration

    • enable: boolean

      Activates the inspector for runtime property control via lazy loading.

      false
      
    menuBar: MenuBarCfg

    The menubar at the bottom.