예제 #1
0
        // -------------------------------------------------------------------------------

        private void ShowConnectionInspector(Connection connection)
        {
            ActionGraphInspector.CurrentGraph = ActionGraphEditor.CurrentGraph;
            ActionGraphInspector.SetCurrentConnection(connection);
            ActionGraphInspector.ShowEditor();
        }
예제 #2
0
        // -------------------------------------------------------------------------------

        private static void ShowActionGraphInspector(Action action)
        {
            ActionGraphInspector.CurrentGraph = ActionGraphEditor.CurrentGraph;
            ActionGraphInspector.SetCurrentAction(action);
            ActionGraphInspector.ShowEditor();
        }