mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-23 09:10:11 +00:00
style : The hash utility class is exposed
This commit is contained in:
@@ -496,14 +496,6 @@ namespace YooAsset.Editor
|
||||
return fileInfo.Length;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 获取文件的哈希值
|
||||
/// </summary>
|
||||
public static string GetFileCRC32(string filePath)
|
||||
{
|
||||
return HashUtility.FileCRC32(filePath);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 读取文件的所有文本内容
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user