示例#1
0
 void OnEnable()
 {
     instance = this;
     OnSelectionChange();
 }
示例#2
0
        public static void Open()
        {
            GOAPDebugWindow w = GetWindow <GOAPDebugWindow>("Agent Debuger");

            w.position = new Rect(200, 200, 500, 700);
        }