Nocturna
    Preparing search index...

    Class AbstractGameSceneStateAbstract

    AbstractGameSceneState is the abstract base class for all game scene states.

    • Provides a common interface for state transitions, rendering, and updates.
    • Stores a reference to the associated GameScene.
    • Subclasses implement specific logic for each state (in-game, loading, end, selection).

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    gameScene: GameScene

    Methods