find-object-bundle-builder/FindVerticalBundleBuilder/Assets/YooAsset/Runtime/Services/IBuildinQueryServices.cs

11 lines
226 B
C#
Raw Normal View History

2025-04-18 07:35:35 +00:00

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