Interface IRemoteServices
Assembly: YooAsset.dll
Declaration
public interface IRemoteServices
Methods
GetRemoteMainURL(string)
获取主资源站的资源地址
Declaration
string GetRemoteMainURL(string fileName)
Returns
System.String
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName | 请求的文件名称 |
GetRemoteFallbackURL(string)
获取备用资源站的资源地址
Declaration
string GetRemoteFallbackURL(string fileName)
Returns
System.String
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName | 请求的文件名称 |