Example #1
0
 void Update()
 {
     Instance = this;
     //this.Repaint ();
 }
Example #2
0
        public static void Init()
        {
            LsyTextureManager s = (LsyTextureManager)EditorWindow.GetWindow(typeof(LsyTextureManager));

            s.Show();
        }