C# Class WebCoroutine, tf_client

Inheritance: AWebCoroutine
Afficher le fichier Open project: wids-eria/tf_client Class Usage Examples

Protected Properties

Свойство Type Description
executionList List

Méthodes publiques

Méthode Description
AddExecutionHandler ( OnExecuteDelegate func ) : void
Start ( MonoBehaviour owner ) : void
WebCoroutine ( ) : UnityEngine
WebCoroutine ( OnExecuteDelegate func ) : UnityEngine

Méthodes protégées

Méthode Description
Execute ( ) : IEnumerator

Method Details

AddExecutionHandler() public méthode

public AddExecutionHandler ( OnExecuteDelegate func ) : void
func OnExecuteDelegate
Résultat void

Execute() protected méthode

protected Execute ( ) : IEnumerator
Résultat IEnumerator

Start() public méthode

public Start ( MonoBehaviour owner ) : void
owner MonoBehaviour
Résultat void

WebCoroutine() public méthode

public WebCoroutine ( ) : UnityEngine
Résultat UnityEngine

WebCoroutine() public méthode

public WebCoroutine ( OnExecuteDelegate func ) : UnityEngine
func OnExecuteDelegate
Résultat UnityEngine

Property Details

executionList protected_oe property

protected List executionList
Résultat List