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

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