C# 클래스 AssemblyCSharp.WwwDownloadTask

상속: CoroutineTask
파일 보기 프로젝트 열기: wooga/ps_social_jam

공개 프로퍼티들

프로퍼티 타입 설명
HashKey string
TargetPathKey string
UrlKey string

공개 메소드들

메소드 설명
WwwDownloadTask ( string progressKey = "WwwDownloadTask" ) : System.Collections

보호된 메소드들

메소드 설명
DoExecuteCoroutine ( TaskExecutionContext context ) : IEnumerator

메소드 상세

DoExecuteCoroutine() 보호된 메소드

protected DoExecuteCoroutine ( TaskExecutionContext context ) : IEnumerator
context TaskExecutionContext
리턴 IEnumerator

WwwDownloadTask() 공개 메소드

public WwwDownloadTask ( string progressKey = "WwwDownloadTask" ) : System.Collections
progressKey string
리턴 System.Collections

프로퍼티 상세

HashKey 공개적으로 프로퍼티

public string HashKey
리턴 string

TargetPathKey 공개적으로 프로퍼티

public string TargetPathKey
리턴 string

UrlKey 공개적으로 프로퍼티

public string UrlKey
리턴 string