예제 #1
0
파일: AutoSave.cs 프로젝트: ATVLx/SnowHorse
    static void ShowEditor()
    {
        AutoSave editor = EditorWindow.GetWindow <AutoSave>();

        editor.minSize = new Vector2(300, 100);
        editor.maxSize = new Vector2(300, 100);

        editor.Init();
    }