Editor Plugin User Controls should derive this interface to appear in the editor list and get
the Service injected in the constructor. Plugins are loaded dynamically in the editor folder,
or you put your project in the DeltaEngine/Editor/ folder to be automatically picked up.
View code on GitHub
Namespace: DeltaEngine.Editor.CoreAssembly: DeltaEngine.Editor.Core (in DeltaEngine.Editor.Core.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The EditorPluginView type exposes the following members.
Methods
Name | Description | |
---|---|---|
Activate | ||
Deactivate | ||
Init | ||
Send |
Properties
Name | Description | |
---|---|---|
Icon | ||
RequiresLargePane | ||
ShortName |
See Also