Свойство | Тип | Описание | |
---|---|---|---|
OnComplete | System.Action |
||
OnEnd | System.Action |
||
assetType | Type | ||
async | bool | ||
data | object | ||
head | object | ||
index | int | ||
isAdditive | bool | ||
isLoadFromCacheOrDownload | bool | ||
isNormal | bool | ||
priority | int | ||
userData | object |
Метод | Описание | |
---|---|---|
CRequest ( ) : System |
Request
|
|
CRequest ( string relativeUrl ) : System |
加载请求
|
|
CRequest ( string relativeUrl, string assetName, Type assetType ) : System |
|
|
DispatchComplete ( ) : void | ||
DispatchEnd ( ) : void | ||
Dispose ( ) : void | ||
GetUDKeyURL ( |
获取key URL
|
public CRequest ( string relativeUrl ) : System | ||
relativeUrl | string | |
Результат | System |
public CRequest ( string relativeUrl, string assetName, Type assetType ) : System | ||
relativeUrl | string | |
assetName | string | 加载的资源名 |
assetType | Type | 资源类型,默认为GameObject |
Результат | System |
public static GetUDKeyURL ( |
||
req | ||
Результат | string |