Nocturna
    Preparing search index...

    Interface IHUDEditor

    IHUDEditor defines the interface for the editor HUD.

    interface IHUDEditor {
        dispose(): void;
        setMode(mode: string): void;
    }
    Index

    Methods