Vixen
02b45cc4
csharp
public readonly record struct ConnectionRefusal

Why a wire was refused.

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

Fields and properties (3)

  • public PortRef From

    The output it left.

  • public PortRef To

    The input it was dropped on.

  • public string Reason

    What to tell the author.

Methods (1)

  • public ConnectionRefusal(PortRef From, PortRef To, string Reason)

    Why a wire was refused.

Used by (2)

  • NodeGraphViewVixen.Editor.NodeGraph
  • ViewTestsVixen.Editor.NodeGraph.Tests