コード例 #1
0
ファイル: Deferred.cs プロジェクト: kibotu/SpotTheDifference
 public Promise <T> RunAsync(IEnumerator coroutine)
 {
     CoroutineRunner.StartRoutine <T>(coroutine, HandleCallback);
     return(promise);
 }
コード例 #2
0
 void OnDestroy()
 {
     _coroutineRunner = null;
 }