/// <summary> /// Use this to start the Editor coroutine. /// </summary> /// <returns>Returns an object that can be used to check the status of or cancel the routine</returns> public static EditorCoroutine Start(IEnumerator routine) { return(EditorCoroutines.StartRoutine(routine)); }