Exemplo n.º 1
0
        static void OpenDataTypeEditor()
        {
            RTSDataTypeEditor win = GetWindow <RTSDataTypeEditor>("RTS Data Types");

            win.minSize = new Vector2(400f, 300f);
            win.UpdateDataTypes();
            win.Show();
        }
Exemplo n.º 2
0
 void OnDisable()
 {
     s_instance = null;
 }
Exemplo n.º 3
0
 void OnEnable()
 {
     s_instance = this;
 }