Ejemplo n.º 1
0
 private void Pattern_Popout() => PatternWindow.Create(_pattern, Track.Get(_pattern)?.Window);
Ejemplo n.º 2
0
    static void Init()
    {
        PatternWindow window = (PatternWindow)EditorWindow.GetWindow(typeof(PatternWindow));

        window.Show();
    }