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

            s.Show();
        }