pixelperfectengine v0.9.4-alpha.3 (2018-07-14T20:03:51Z)
Dub
Repo
ParameterChangeEvent
editEvents
Undocumented in source.
class
ParameterChangeEvent : UndoableEvent {
this
(string parameterName, string targetObj, Variant param);
void
undo
();
void
redo
();
bool
isUndone
();
}
Constructors
this
this
(string parameterName, string targetObj, Variant param)
Undocumented in source.
Members
Functions
isUndone
bool
isUndone
()
Undocumented in source. Be warned that the author may not have intended to support it.
redo
void
redo
()
Undocumented in source. Be warned that the author may not have intended to support it.
undo
void
undo
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
editEvents
classes
ObjectPlacementEvent
ParameterChangeEvent