コード例 #1
0
 public static void StopCoroutine(this EditorWindow thisRef, string methodName)
 {
     QuickEditorCoroutines.StopCoroutine(methodName, thisRef);
 }
コード例 #2
0
 public static void StopCoroutine(this EditorWindow thisRef, IEnumerator coroutine)
 {
     QuickEditorCoroutines.StopCoroutine(coroutine, thisRef);
 }