pixelperfectengine v0.10.0-beta.1 (2021-05-16T17:51:01Z)
Dub
Repo
UndoableEvent
PixelPerfectEngine
concrete
eventChainSystem
Defines an undoable event.
interface
UndoableEvent {
void
redo
();
void
undo
();
}
Members
Functions
redo
void
redo
()
Undocumented in source.
undo
void
undo
()
Undocumented in source.
Meta
Source
See Implementation
PixelPerfectEngine
concrete
eventChainSystem
classes
UndoableStack
interfaces
UndoableEvent
Defines an undoable event.