Group |
[FlagsAttribute] public enum GroupMode
| Member name | Value | Description |
|---|---|---|
| None | 0 | Do not group any nodes. |
| GroupIncomingNodes | 1 | Group only source nodes of incoming edges of the group node. |
| GroupOutgoingNodes | 2 | Group only target nodes of outgoing edges of the group node. |
| GroupAllNodes | 3 | Group all nodes connected to the group node. |
| Hidden | 4 | Hide the grouping edges in visualizations of the graph. |