Exemplo n.º 1
0
 public static void StopCoroutine(this EditorWindow thisRef, string methodName)
 {
     QuickEditorCoroutines.StopCoroutine(methodName, thisRef);
 }
Exemplo n.º 2
0
 public static void StopCoroutine(this EditorWindow thisRef, IEnumerator coroutine)
 {
     QuickEditorCoroutines.StopCoroutine(coroutine, thisRef);
 }