Property | Type | Description | |
---|---|---|---|
executionList | List |
Method | Description | |
---|---|---|
AddExecutionHandler ( OnExecuteDelegate func ) : void | ||
Start ( MonoBehaviour owner ) : void | ||
WebCoroutine ( ) : UnityEngine | ||
WebCoroutine ( OnExecuteDelegate func ) : UnityEngine |
Method | Description | |
---|---|---|
Execute ( ) : IEnumerator |
public AddExecutionHandler ( OnExecuteDelegate func ) : void | ||
func | OnExecuteDelegate | |
return | void |
public WebCoroutine ( OnExecuteDelegate func ) : UnityEngine | ||
func | OnExecuteDelegate | |
return | UnityEngine |