예제 #1
0
 static void Init() {
     TakeScreenshot window = (TakeScreenshot)EditorWindow.GetWindow<TakeScreenshot>();
     window.Show();
 }