Egret Engine R - v6.0.0
    Preparing search index...
    interface IAssetAdapter {
        getAsset(
            source: string,
            callBack: (content: any, source: string) => void,
            thisObject: any,
        ): void;
    }

    Implemented by

    Index
    • Parameters

      • source: string
      • callBack: (content: any, source: string) => void
      • thisObject: any

      Returns void