Exemplo n.º 1
0
        // -------------------------------------------------------------------------------

        private void ShowConnectionInspector(Connection connection)
        {
            ActionGraphInspector.CurrentGraph = ActionGraphEditor.CurrentGraph;
            ActionGraphInspector.SetCurrentConnection(connection);
            ActionGraphInspector.ShowEditor();
        }
Exemplo n.º 2
0
        // -------------------------------------------------------------------------------

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