Strata - v1.4.10
    Preparing search index...

    Interface SceneManagerConfig

    Configuration for the SceneManager.

    interface SceneManagerConfig {
        initialScene?: string;
        loadingComponent?: ComponentType<{ progress: number }>;
    }
    Index

    Properties

    initialScene?: string

    The ID of the scene to load initially.

    loadingComponent?: ComponentType<{ progress: number }>

    Optional component to display during scene transitions.