Class OrganizeScript
Represents a node editor command that can be used to organize a script
public class OrganizeScript : INodeEditorCommand
- Inheritance
-
objectOrganizeScript
- Implements
Constructors
OrganizeScript(NodeScript)
Creates a new instance of the OrganizeScript class.
public OrganizeScript(NodeScript script)
Parameters
scriptNodeScriptThe script to organize.
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()