Class CommonEditorContentTypes
Defines type names for the most common content types used in Gorgon.
Inherited Members
Namespace: Gorgon.Editor
Assembly: Gorgon.Editor.API.dll
Syntax
public static class CommonEditorContentTypes
Remarks
These are the most common types of content data used by Gorgon as-is. Users can specify their own types for the own data. However, if a new content editor plug in replaces the stock editors, then the plug in author should use these type names to ensure compatibility between their plug in and the other stock plug ins for Gorgon.
Fields
| Edit this page View SourceAnimationType
The common type name for animation data.
Declaration
public const string AnimationType = "Animation"
Field Value
Type | Description |
---|---|
string |
FontType
The common type name for font data.
Declaration
public const string FontType = "Font"
Field Value
Type | Description |
---|---|
string |
ImageType
The common type name for image data.
Declaration
public const string ImageType = "Image"
Field Value
Type | Description |
---|---|
string |
SpriteType
The common type name for sprite data.
Declaration
public const string SpriteType = "Sprite"
Field Value
Type | Description |
---|---|
string |