@three-tile/lib
    Preparing search index...

    Interface ITileMaterialLoader<TMaterial>

    瓦片材质加载器接口, 用于加载瓦片影像

    interface ITileMaterialLoader<TMaterial extends Material = Material> {
        dataType: string;
        info: ITileLoaderInfo;
        load(params: TileSourceLoadParamsType): Promise<TMaterial>;
    }

    Type Parameters

    • TMaterial extends Material = Material

    Implemented by

    Index

    Properties

    Methods

    Properties

    dataType: string

    数据类型标记

    加载器信息

    Methods