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
IMemoryAccessMemory access interface
menu
IMenuMenu interface