Interface IProjectMetadata
JSON specific properties for project data.
Namespace: Gorgon.Editor.ProjectData
Assembly: Gorgon.Editor.API.dll
Syntax
public interface IProjectMetadata
Properties
| Edit this page View SourceProjectItems
Property to return the list of project items.
Declaration
Dictionary<string, ProjectItemMetadata> ProjectItems { get; }
Property Value
Type | Description |
---|---|
Dictionary<string, ProjectItemMetadata> |
Version
Property to return the version for the project file.
Declaration
string Version { get; }
Property Value
Type | Description |
---|---|
string |