public MtlEditorCommand(MtlEditorCoreWrapper core, MtlEditorCommandCode code, string cmd_name) { core_ = core; code_ = code; cmd_name_ = cmd_name; }