namespace YooAsset { public interface IBuildinQueryServices { /// /// 查询应用程序里的内置资源是否存在 /// bool QueryStreamingAssets(string packageName, string fileName); } }