EditorPluginView InterfaceDelta Engine Documentation
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.Core
Assembly: DeltaEngine.Editor.Core (in DeltaEngine.Editor.Core.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public interface EditorPluginView

The EditorPluginView type exposes the following members.

Methods

  NameDescription
Public methodActivate
Public methodDeactivate
Public methodInit
Public methodSend
Top
Properties

  NameDescription
Public propertyIcon
Public propertyRequiresLargePane
Public propertyShortName
Top
See Also