dino-ge
    Preparing search index...

    Class defaultAbstract

    Represents a separate world or level in the game. Scenes manage their own set of game objects and lifecycle.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    objects: Set<default> = ...

    The set of game objects currently in the scene.

    Methods

    • Called when the game window or container is resized. Useful for updating UI positions or camera bounds.

      Parameters

      • width: number

        The new width of the game window.

      • height: number

        The new height of the game window.

      Returns void