unecht ~master (2017-06-11T11:53:32Z)
Dub
Repo
UECommands
unecht
core
components
editor
commands
version(UEIncludeEditor)
struct
UECommands {
static
UEEditorCommand
[]
history
;
static
void
execute
(UEEditorCommand cmd);
static
void
undo
();
}
Members
Static functions
execute
void
execute
(UEEditorCommand cmd)
undo
void
undo
()
Static variables
history
UEEditorCommand
[]
history
;
Undocumented in source.
Meta
Source
See Implementation
unecht
core
components
editor
commands
classes
UECmdDelete
UEEditorCommand
structs
UECommands