Interface IEditor
- Namespace
- RetroEditor.Plugins
- Assembly
- RetroEditor.dll
Editor interface - used to interact with the editor
public interface IEditor
Methods
Log(LogType, string)
Write a message to the editor log
void Log(LogType type, string message)
Parameters
Remarks
The message will appear in a section specific to the plugin
OpenUserWindow(string, IUserWindow)
Create a new window in the editor
void OpenUserWindow(string name, IUserWindow window)
Parameters
name
stringName of the window
window
IUserWindowObjet implementing IUserWindow