namespace YooAsset { public interface ILocationServices { /// /// 定位地址转换为资源路径 /// string ConvertLocationToAssetPath(string location); } }