Module command
Expand description
Undo/redo command history for editor operations.
Each user action (property edit, spawn, delete) is wrapped in an
EditorCommand and pushed onto the CommandHistory stack.
Structsยง
- Command
History - Fixed-capacity undo/redo stack.
- Editor
Command - A reversible editor operation.