Nocturna
    Preparing search index...

    Interface IHUDEditorListener

    IHUDEditorListener defines callbacks for HUD actions (mode switching, selection, etc.).

    interface IHUDEditorListener {
        onCancelSelection(): void;
        onCloneSelection(): void;
        onNextMode(): void;
        onPreviousMode(): void;
        onRemoveSelection(): void;
    }

    Implemented by

    Index

    Methods