Свойство | Type | Description | |
---|---|---|---|
executionList | List |
Méthode | Description | |
---|---|---|
AddExecutionHandler ( OnExecuteDelegate func ) : void | ||
Start ( MonoBehaviour owner ) : void | ||
WebCoroutine ( ) : UnityEngine | ||
WebCoroutine ( OnExecuteDelegate func ) : UnityEngine |
Méthode | Description | |
---|---|---|
Execute ( ) : IEnumerator |
public AddExecutionHandler ( OnExecuteDelegate func ) : void | ||
func | OnExecuteDelegate | |
Résultat | void |
public Start ( MonoBehaviour owner ) : void | ||
owner | MonoBehaviour | |
Résultat | void |
public WebCoroutine ( OnExecuteDelegate func ) : UnityEngine | ||
func | OnExecuteDelegate | |
Résultat | UnityEngine |