Method | Description | |
---|---|---|
Initialize ( ) : void | ||
StartTask ( IEnumerator coroutine, bool autoStart = true, UnityAction finishedHandle = null ) : Task |
public StartTask ( IEnumerator coroutine, bool autoStart = true, UnityAction finishedHandle = null ) : Task | ||
coroutine | IEnumerator | |
autoStart | bool | |
finishedHandle | UnityAction | |
return | Task |