예제 #1
0
 public Promise <T> RunAsync(IEnumerator coroutine)
 {
     CoroutineRunner.StartRoutine <T>(coroutine, HandleCallback);
     return(promise);
 }
예제 #2
0
 void OnDestroy()
 {
     _coroutineRunner = null;
 }