Méthode | Description | |
---|---|---|
Add ( string uri ) : int |
添加uri
|
|
Add ( string uri, Array>.Action |
添加uri
|
|
Add ( string uri, Array>.Action |
||
Add ( string uri, bool needCheckCrc ) : void | ||
Add ( string uri, bool needCheckCrc, bool onWWWComp, bool onOverrideUrl ) : void | ||
CheckUriCrc ( CRequest req ) : bool | ||
Clear ( ) : void | ||
GetUri ( int index ) : string |
获取当前索引的uri
|
|
OverrideRequestUrlByCrc ( CRequest req ) : string | ||
SaveWWWFileToPersistent ( CRequest req, Array www ) : void | ||
SetNextUri ( CRequest req ) : bool |
设置req index处的uri
|
|
UriGroup ( ) : System |
Méthode | Description | |
---|---|---|
AddonCrcChecks ( int index, bool>.Func |
||
AddonOverrideUrls ( int index, string>.Func |
||
AddonWWWCompletes ( int index, Array>.Action |
||
OnOverrideUrl ( CRequest req ) : string | ||
OnWWWComplete ( CRequest req, WWW www ) : void |
public Add ( string uri, Array>.Action |
||
uri | string | |
onWWWComplete | Array>.Action | |
onCrcCheck | bool>.Func | |
Résultat | void |
public Add ( string uri, Array>.Action |
||
uri | string | |
onWWWComplete | Array>.Action | |
onCrcCheck | bool>.Func | |
onOverrideUrl | string>.Func | |
Résultat | void |
public Add ( string uri, bool needCheckCrc ) : void | ||
uri | string | |
needCheckCrc | bool | |
Résultat | void |
public Add ( string uri, bool needCheckCrc, bool onWWWComp, bool onOverrideUrl ) : void | ||
uri | string | |
needCheckCrc | bool | |
onWWWComp | bool | |
onOverrideUrl | bool | |
Résultat | void |
public static OverrideRequestUrlByCrc ( CRequest req ) : string | ||
req | CRequest | |
Résultat | string |
public static SaveWWWFileToPersistent ( CRequest req, Array www ) : void | ||
req | CRequest | |
www | Array | |
Résultat | void |