C# Class Oglr.Extensibility

Inheritance: IExtensibility
Datei anzeigen Open project: SteveDunn/oglr

Private Properties

Property Type Description
FindPluginInstanceForType IEditorPlugin
build void

Public Methods

Method Description
Extensibility ( ) : System
GetNewEditor ( Type pluginType ) : ItemEditor

Private Methods

Method Description
FindPluginInstanceForType ( Type type ) : IEditorPlugin
build ( ) : void

Method Details

Extensibility() public method

public Extensibility ( ) : System
return System

GetNewEditor() public method

public GetNewEditor ( Type pluginType ) : ItemEditor
pluginType System.Type
return Oglr.Core.ItemEditor