Abstract
A Command is an action that can be done, redone, and undone. It's used to enable undo/redo.
Command
See Editor.dispatch.
Static
Readonly
Called when the command is being deleted
Use uniteCommands
A
Command
is an action that can be done, redone, and undone. It's used to enable undo/redo.See Editor.dispatch.