namespace YooAsset { public interface IBuildinQueryServices { /// /// 查询是否为应用程序内置的资源文件 /// /// 包裹名称 /// 文件名称(包含文件的后缀格式) /// 文件哈希值 /// 返回查询结果 bool Query(string packageName, string fileName, string fileCRC); } }