clik-engine API
    Preparing search index...

    Interface SceneEntry

    interface SceneEntry {
        assets?: AssetManifest;
        class: new (config: string | SettingsConfig) => Scene;
        default?: boolean;
        key: string;
    }
    Index

    Properties

    assets?: AssetManifest
    class: new (config: string | SettingsConfig) => Scene
    default?: boolean
    key: string