Table of Contents

Class OrganizeScript

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

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

public class OrganizeScript : INodeEditorCommand
Inheritance
object
OrganizeScript
Implements

Constructors

OrganizeScript(NodeScript)

Creates a new instance of the OrganizeScript class.

public OrganizeScript(NodeScript script)

Parameters

script NodeScript

The script to organize.

Properties

DisplayName

Gets the name of the command

public string DisplayName { get; }

Property Value

string

Methods

Execute()

Executes the command

public void Execute()

Undo()

Undoes the command

public void Undo()