C# 클래스 Hugula.Loader.UriGroup

파일 보기 프로젝트 열기: tenvick/hugula 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string uri ) : int

添加uri

Add ( string uri, Array>.Action onWWWComplete, bool>.Func onCrcCheck ) : void

添加uri

Add ( string uri, Array>.Action onWWWComplete, bool>.Func onCrcCheck, string>.Func onOverrideUrl ) : void
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

비공개 메소드들

메소드 설명
AddonCrcChecks ( int index, bool>.Func onCrcCheck ) : void
AddonOverrideUrls ( int index, string>.Func onOverrideUrl ) : void
AddonWWWCompletes ( int index, Array>.Action onWWWComplete ) : void
OnOverrideUrl ( CRequest req ) : string
OnWWWComplete ( CRequest req, WWW www ) : void

메소드 상세

Add() 공개 메소드

添加uri
public Add ( string uri ) : int
uri string
리턴 int

Add() 공개 메소드

添加uri
public Add ( string uri, Array>.Action onWWWComplete, bool>.Func onCrcCheck ) : void
uri string
onWWWComplete Array>.Action
onCrcCheck bool>.Func
리턴 void

Add() 공개 메소드

public Add ( string uri, Array>.Action onWWWComplete, bool>.Func onCrcCheck, string>.Func onOverrideUrl ) : void
uri string
onWWWComplete Array>.Action
onCrcCheck bool>.Func
onOverrideUrl string>.Func
리턴 void

Add() 공개 메소드

public Add ( string uri, bool needCheckCrc ) : void
uri string
needCheckCrc bool
리턴 void

Add() 공개 메소드

public Add ( string uri, bool needCheckCrc, bool onWWWComp, bool onOverrideUrl ) : void
uri string
needCheckCrc bool
onWWWComp bool
onOverrideUrl bool
리턴 void

CheckUriCrc() 공개 메소드

public CheckUriCrc ( CRequest req ) : bool
req CRequest
리턴 bool

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetUri() 공개 메소드

获取当前索引的uri
public GetUri ( int index ) : string
index int
리턴 string

OverrideRequestUrlByCrc() 공개 정적인 메소드

public static OverrideRequestUrlByCrc ( CRequest req ) : string
req CRequest
리턴 string

SaveWWWFileToPersistent() 공개 정적인 메소드

public static SaveWWWFileToPersistent ( CRequest req, Array www ) : void
req CRequest
www Array
리턴 void

SetNextUri() 공개 메소드

设置req index处的uri
public SetNextUri ( CRequest req ) : bool
req CRequest
리턴 bool

UriGroup() 공개 메소드

public UriGroup ( ) : System
리턴 System