Vixen
02b45cc4
csharp
public sealed class GraphGroup

A box drawn round some nodes, with a title.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (2)

  • public string Title

    What the group is called.

  • public List<NodeId> Nodes

    Which nodes are in it.

Used by (10)

  • AddGroupCommandVixen.Editor.NodeGraph
  • CommandTestsVixen.Editor.NodeGraph.Tests
  • NodeGraphDocumentVixen.Editor.NodeGraph
  • NodeGraphModelVixen.Editor.NodeGraph
  • NodeGraphModelTestsVixen.Editor.NodeGraph.Tests
  • NodeGraphViewVixen.Editor.NodeGraph
  • RemoveGroupCommandVixen.Editor.NodeGraph
  • RemoveNodesCommandVixen.Editor.NodeGraph
  • RenameGroupCommandVixen.Editor.NodeGraph
  • ViewTestsVixen.Editor.NodeGraph.Tests