Beispiel #1
0
 public static bool IsRunning(CoroutineHandle routine)
 {
     return(instance.IsRunningInternal(routine.id));
 }