Engine API Reference
    Preparing search index...

    Class SceneRegistryItem

    Item to be stored in the SceneRegistry.

    Index

    Constructors

    Properties

    Accessors

    Constructors

    • Creates a new SceneRegistryItem instance.

      Parameters

      • name: string

        The name of the scene.

      • url: string

        The url of the scene file.

      Returns SceneRegistryItem

    Properties

    name: string

    The name of the scene.

    url: string

    The url of the scene file.

    Accessors

    • get loaded(): boolean

      Returns true if the scene data has loaded.

      Returns boolean

    • get loading(): boolean

      Returns true if the scene data is still being loaded.

      Returns boolean