Vixen
02b45cc4
csharp
public sealed class ConnectCommand

Wiring an output to an input.

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

Fields and properties (1)

  • public override string Name

    What this is called in the undo history, as a person would say it.

Methods (3)

  • public ConnectCommand(NodeGraphModel graph, PortRef from, PortRef to, EditorDocument? document = null)

    Describes making a connection.

  • protected override void Apply()

    Makes the change. Called once on execute and again on every redo.

  • protected override void Revert()

Used by (2)

  • CommandTestsVixen.Editor.NodeGraph.Tests
  • NodeGraphViewVixen.Editor.NodeGraph