跳到主要内容
版本:2.3.x

Interface IRemoteServices

Assembly: YooAsset.dll​
Declaration
public interface IRemoteServices

Methods​

GetRemoteMainURL(string)​

获取主资源站的资源地址

Declaration
string GetRemoteMainURL(string fileName)
Returns​

System.String

Parameters​
TypeNameDescription
System.StringfileName请求的文件名称

GetRemoteFallbackURL(string)​

获取备用资源站的资源地址

Declaration
string GetRemoteFallbackURL(string fileName)
Returns​

System.String

Parameters​
TypeNameDescription
System.StringfileName请求的文件名称