C# Class WebCoroutine, tf_client

Inheritance: AWebCoroutine
Datei anzeigen Open project: wids-eria/tf_client Class Usage Examples

Protected Properties

Property Type Description
executionList List

Public Methods

Method Description
AddExecutionHandler ( OnExecuteDelegate func ) : void
Start ( MonoBehaviour owner ) : void
WebCoroutine ( ) : UnityEngine
WebCoroutine ( OnExecuteDelegate func ) : UnityEngine

Protected Methods

Method Description
Execute ( ) : IEnumerator

Method Details

AddExecutionHandler() public method

public AddExecutionHandler ( OnExecuteDelegate func ) : void
func OnExecuteDelegate
return void

Execute() protected method

protected Execute ( ) : IEnumerator
return IEnumerator

Start() public method

public Start ( MonoBehaviour owner ) : void
owner MonoBehaviour
return void

WebCoroutine() public method

public WebCoroutine ( ) : UnityEngine
return UnityEngine

WebCoroutine() public method

public WebCoroutine ( OnExecuteDelegate func ) : UnityEngine
func OnExecuteDelegate
return UnityEngine

Property Details

executionList protected_oe property

protected List executionList
return List