Name | Description |
---|---|
ABBuilder | |
AndroidAssetBundleLoader | 注意:未经测试,不要用 |
AssetBundleBuildConfig | |
AssetBundleBuilder4x | |
AssetBundleBuilder5x | |
AssetBundleData | |
AssetBundleDataBinaryReader | 二进制文件格式说明 *固定四个字节ABDB *namesCount 字符串池中字符串的个数 循环 namesCount { *读取字符串到池中(string) } 循环 { *名字在字符串池中的索引(int) *短名字在字符串池中的索引(int) *Hash在字符串池中的索引(int) *类型(AssetBundleExportType) *依赖文件个数M(int) 循环 M { *依赖的AB文件名在字符串池中的索引(int) } } |
AssetBundleDataBinaryWriter | |
AssetBundleDataReader | 文本文件格式说明 *固定一行字符串ABDT 循环 { AssetBundleData *名字(string) *短名字(string) *Hash值(string) *类型(AssetBundleExportType) *依赖文件个数M(int) 循环 M { *依赖的AB文件名(string) } } |
AssetBundleDataWriter | |
AssetBundleFilter | |
AssetBundleInfo | |
AssetBundleLoadProgress | |
AssetBundleManager | |
AssetBundlePathResolver | AB 打包及运行时路径解决器 |
AssetBundleUtils | |
AssetCacheInfo | |
EditorModeAssetBundleLoader | 编辑器模式下用的加载器 |
EditorModeAssetBundleLoader.ABInfo | |
HashUtil | |
IOSAssetBundleLoader | 在IOS下的加载 注意: IOS下加载可以进行优化:直接在raw目录里进行File读取 |
MissAssetBundleLoader |