AssetBundle.LoadFromFileAsync public staticAssetBundleCreateRequestLoadFromFileAsync(stringpath, uintcrc, ulongoffset); 参数 path文件在磁盘上的路径。 crc未压缩内容的 CRC-32 校验和(可选)。如果该参数不为零,则加载前将内容与校验和进行比较,如果
public static AssetBundleCreateRequest LoadFromFileAsync (string path, uint crc, ulong offset); パラメーター path ディスクにあるファイルのパス crc オプションの、非圧縮コンテンツ用 CRC-32 チェックサム。 0 にならない場合、コンテンツは再び比較され、読み込む前にチェックサムが行わ...
public static AssetBundleCreateRequest LoadFromFileAsync (string path, uint crc= 0, ulong offset= 0); Parámetros path Path of the file on disk. crc An optional CRC-32 checksum of the uncompressed content. If this is non-zero, then the content will be compared against the checksum before lo...
public static AssetBundleCreateRequest LoadFromFileAsync (string path, uint crc= 0, ulong offset= 0); パラメーター path ディスクにあるファイルのパス crc オプションの、非圧縮コンテンツ用 CRC-32 チェックサム。 0 にならない場合、コンテンツは再び比較され、読み込む前にチェックサ...
public staticAssetBundleCreateRequestLoadFromFileAsync(stringpath, uintcrc= 0, ulongoffset= 0); パラメーター pathディスクにあるファイルのパス crcオプションの、非圧縮コンテンツ用 CRC-32 チェックサム。 0 にならない場合、コンテンツは再び比較され、読み込む前にチェックサムが行われ、...