Vixen
02b45cc4
csharp
public sealed class SubGraphNode

The instance a sub-graph node makes. It is never asked to do anything.

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

Remarks

A NodeTypeDefinition has to be able to make one, and a sub-graph node never survives to be visited: Flatten replaces it with the graph's contents before the compiler walks anything. So this exists to satisfy the definition and to be a recognisable thing in a debugger, and its Bind does nothing because there are no port fields to fill.

Methods (1)

  • public override void Bind(NodeBinding binding)

    Fills the port fields from what the compiler resolved. Generated.

Used by (1)

  • SubGraphsVixen.Editor.NodeGraph