Inheritance: EditorWindow
Example #1
0
    static void Init()
    {
        window = (YsToUGUI)EditorWindow.GetWindowWithRect(typeof(YsToUGUI), new Rect(300f, 300f, 300f, 300f), true);



    }
Example #2
0
 static void Init()
 {
     window = (YsToUGUI)EditorWindow.GetWindowWithRect(typeof(YsToUGUI), new Rect(300f, 300f, 300f, 300f), true);
 }