csharp
public sealed class GraphGroupA titled rectangle that some nodes are inside.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
Membership is a list rather than a hit test against the rectangle. A group whose contents were "whatever is inside it right now" would gain and lose members as nodes were dragged past, which makes "move this group" a gesture whose effect depends on what happened to be overlapping at the time.
Fields and properties (4)
public string TitleIts label.
public IReadOnlyList<GraphNode> NodesWhat is in it.
public float PaddingHow much room is left around the nodes inside it.
public float HeaderHeightHow much room the title bar takes above them.
Methods (3)
Used by (8)
- GraphNodeVixen.Ui.Controls.Advanced
- NodeCanvasVixen.Ui.Controls.Advanced
- NodeCanvasTestsVixen.Ui.Controls.Advanced.Tests
- NodeGraphVixen.Ui.Controls.Advanced
- NodeGraphTestsVixen.Ui.Controls.Advanced.Tests
- NodeGroupViewVixen.Ui.Controls.Advanced
- NodeGraphViewVixen.Editor.NodeGraph
- ViewTestsVixen.Editor.NodeGraph.Tests