Files
TEngine/UnityProject/Packages/YooAsset/Runtime/Services/IBuildinQueryServices.cs
ALEXTANG 17a5d7425c 更新Demo
更新Demo
2023-12-20 12:14:27 +08:00

11 lines
226 B
C#

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