phina.js.d.ts
    Preparing search index...

    Interface AssetLoaderStatic

    interface AssetLoaderStatic {
        new AssetLoaderStatic(
            params?: AssetLoaderParams,
        ): phina.asset.AssetLoader;
        assetLoadFunctions: { [key: string]: AssetLoaderAssetLoadFunction };
        register(key: string, func: AssetLoaderAssetLoadFunction): this;
        (params?: AssetLoaderParams): phina.asset.AssetLoader;
    }
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    assetLoadFunctions: { [key: string]: AssetLoaderAssetLoadFunction }

    Methods