Enum PlugInType
The type of plug in supported by the editor.
Namespace: Gorgon.Editor.PlugIns
Assembly: Gorgon.Editor.API.dll
Syntax
public enum PlugInType
Remarks
This indicates the supported plug in types that the editor recognizes (with the exception of the Unknown value). Any plug in created for use with the application must be one of these types, otherwise it will not be loaded by the host application.
Fields
Name | Description |
---|---|
Content | Plug in is used to build content. |
ContentImporter | Plug in is used to import content. |
Reader | Plug in is a pack file reader. |
Tool | Plug in is used for a utility. |
Unknown | Plug in type is not known. |
Writer | Plug in is used to write out editor files. |