pixelperfectengine v0.10.0-beta.9 (2023-02-08T21:49:32Z)
Dub
Repo
AddModuleEvent
test1
editorevents
Adds a module to the module configuration.
public
class
AddModuleEvent :
UndoableEvent
{
Tag
backup
;
ModuleConfig
mcfg
;
string
type
;
string
name
;
this
(ModuleConfig mcfg, string type, string name);
void
redo
();
void
undo
();
}
Constructors
this
this
(ModuleConfig mcfg, string type, string name)
Undocumented in source.
Members
Functions
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.
Variables
backup
Tag
backup
;
Undocumented in source.
mcfg
ModuleConfig
mcfg
;
Undocumented in source.
name
string
name
;
Undocumented in source.
type
string
type
;
Undocumented in source.
Inherited Members
From UndoableEvent
redo
void
redo
()
Undocumented in source.
undo
void
undo
()
Undocumented in source.
Meta
Source
See Implementation
test1
editorevents
classes
AddModuleEvent
AddRoutingNodeEvent
DeleteModuleEvent
EditPresetParameterEvent
RemovePresetEvent
RenameModuleEvent
Adds a module to the module configuration.