コード例 #1
0
 public static AssetBundle LoadFromFile(string path, uint crc, ulong offset)
 {
     return(AssetBundle.LoadFromFile_Internal(path, crc, offset));
 }
コード例 #2
0
 public static AssetBundle LoadFromFile(string path, uint crc)
 {
     return(AssetBundle.LoadFromFile_Internal(path, crc, 0uL));
 }