Table of Contents

Namespace Artemis.UI.Shared.Services.NodeEditor.Commands

Classes

AddNode

Represents a node editor command that can be used to add a node.

AddPin

Represents a node editor command that can be used to add a pin to a pin collection.

CompositeCommand

Represents a profile editor command that can be used to combine multiple commands into one.

ConnectPins

Represents a node editor command that can be used to connect two pins.

DeleteNode

Represents a node editor command that can be used to delete a node.

DisconnectPins

Represents a node editor command that can be used to connect two pins.

DuplicateNode

Represents a node editor command that can be used to duplicate a node.

MoveNode

Represents a node editor command that can be used to move a node.

OrganizeScript

Represents a node editor command that can be used to organize a script

RemovePin

Represents a node editor command that can be used to remove a pin from a pin collection.

UpdateStorage<TStorage>

Represents a node editor command that can be used to update the storage value of a node.