Skip to main content

Module command

Module command 

Source
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ยง

CommandHistory
Fixed-capacity undo/redo stack.
EditorCommand
A reversible editor operation.