Gorgon
Show / Hide Table of Contents

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.

Extension Methods

EditorPlugInExtensions.GetDescription(PlugInType)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author