C# Class AssemblyCSharp.WwwDownloadTask

Inheritance: CoroutineTask
Show file Open project: wooga/ps_social_jam

Public Properties

Property Type Description
HashKey string
TargetPathKey string
UrlKey string

Public Methods

Method Description
WwwDownloadTask ( string progressKey = "WwwDownloadTask" ) : System.Collections

Protected Methods

Method Description
DoExecuteCoroutine ( TaskExecutionContext context ) : IEnumerator

Method Details

DoExecuteCoroutine() protected method

protected DoExecuteCoroutine ( TaskExecutionContext context ) : IEnumerator
context TaskExecutionContext
return IEnumerator

WwwDownloadTask() public method

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

Property Details

HashKey public property

public string HashKey
return string

TargetPathKey public property

public string TargetPathKey
return string

UrlKey public property

public string UrlKey
return string