IEnumerator UpdatePatch(float delayTime) { instantiatedPatch.CleanAll(); yield return(new WaitForSeconds(delayTime)); instantiatedPatch.Weave(); ToggleProcessingWindow(); }