예제 #1
0
 void ShowProgress()
 {
     EditorGUI.ProgressBar(GUILayoutUtility.GetLastRect(), _activeProcess.GetProgress(), _activeProcess.status);
 }