public void Setup()
 {
     m_Window = ShapeEditorWindow.CreateInstance <ShapeEditorWindow>();
     m_Window.Show(true);
 }
Esempio n. 2
0
    static void Init()
    {
        ShapeEditorWindow window = (ShapeEditorWindow)EditorWindow.GetWindow(typeof(ShapeEditorWindow));

        window.Show();
    }