Class ConnectPins
Represents a node editor command that can be used to connect two pins.
public class ConnectPins : INodeEditorCommand
- Inheritance
-
objectConnectPins
- Implements
Constructors
ConnectPins(IPin, IPin)
Creates a new instance of the ConnectPins class.
public ConnectPins(IPin source, IPin target)
Parameters
Properties
DisplayName
Gets the name of the command
public string DisplayName { get; }
Property Value
Methods
Execute()
Executes the command
public void Execute()
Undo()
Undoes the command
public void Undo()