style : The hash utility class is exposed

This commit is contained in:
hevinci
2024-02-21 10:10:37 +08:00
parent 0a7a883aae
commit 4170c60f0c
4 changed files with 6 additions and 11 deletions

View File

@@ -496,14 +496,6 @@ namespace YooAsset.Editor
return fileInfo.Length;
}
/// <summary>
/// 获取文件的哈希值
/// </summary>
public static string GetFileCRC32(string filePath)
{
return HashUtility.FileCRC32(filePath);
}
/// <summary>
/// 读取文件的所有文本内容
/// </summary>