csharp
public sealed class GraphNodeOne box on the canvas.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (8)
public string TitleWhat is written across the top of it.
public Vector2 PositionIts top-left corner, in graph space.
public float WidthHow wide it is, in graph units.
public IReadOnlyList<GraphPort> InputsIts ports, in order down the left side.
public IReadOnlyList<GraphPort> OutputsIts ports, in order down the right side.
public GraphGroup? GroupThe group it is in, if any.
public object? TagWhatever the application wants to hang off it.
public int RowsHow many ports the taller of its two sides has.
Methods (4)
Used by (13)
- GraphGroupVixen.Ui.Controls.Advanced
- GraphPortVixen.Ui.Controls.Advanced
- NodeCanvasVixen.Ui.Controls.Advanced
- NodeCanvasTestsVixen.Ui.Controls.Advanced.Tests
- NodeGraphVixen.Ui.Controls.Advanced
- NodeGraphTestsVixen.Ui.Controls.Advanced.Tests
- NodeItemVixen.Ui.Controls.Advanced
- NodeMinimapVixen.Ui.Controls.Advanced
- GraphPairVixen.Editor.NodeGraph.Tests
- NodeGraphViewVixen.Editor.NodeGraph
- NodePreviewLayerVixen.Editor.NodeGraph
- ViewFixtureVixen.Editor.NodeGraph.Tests
- ViewTestsVixen.Editor.NodeGraph.Tests