Table of Contents

Interface IMenuProvider

Namespace
RetroEditor.Plugins
Assembly
RetroEditor.dll

Interface for providing menus Allows a plugin to provide a set of menus to the editor

public interface IMenuProvider

Methods

ConfigureMenu(IMemoryAccess, IMenu)

Configure the menu for the editor

void ConfigureMenu(IMemoryAccess rom, IMenu menu)

Parameters

rom IMemoryAccess

Memory access interface

menu IMenu

Menu interface