C# Class AssemblyCSharp.WwwDownloadTask

Inheritance: CoroutineTask
Mostrar archivo 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_oe property

public string HashKey
return string

TargetPathKey public_oe property

public string TargetPathKey
return string

UrlKey public_oe property

public string UrlKey
return string