Nocturna
    Preparing search index...

    Class EditorStateAbstract

    EditorState is the abstract base class for all editor mode states in the level editor.

    • Manages state transitions (next/previous mode).
    • Handles registration and switching of editor states.
    • Provides a template for state-specific logic (Addition, Move, Rotation, Resize).

    Subclasses must implement name() and clone().

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    inputHandler: InputHandler

    Methods