Nocturna
    Preparing search index...

    Class AbstractGameSceneStateAbstract

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

    • Provides a common interface for state transitions, rendering, and network events.
    • Stores a reference to the associated MultiScene.
    • Implements NetworkObserver for multiplayer communication.
    • Subclasses implement specific logic for each state (lobby, loading, in-game, etc.).

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    gameScene: MultiScene

    Methods