mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-20 15:20:07 +00:00
11 lines
218 B
C#
11 lines
218 B
C#
|
|
namespace YooAsset
|
|
{
|
|
public interface ILocationServices
|
|
{
|
|
/// <summary>
|
|
/// 定位地址转换为资源路径
|
|
/// </summary>
|
|
string ConvertLocationToAssetPath(AssetsPackage package, string location);
|
|
}
|
|
} |