Class ProjectModel
Class that represents a project file.
Inherited Members
Namespace: Evergine.Common
Assembly: Evergine.Common.dll
Syntax
public class ProjectModel
Properties
Packages
Gets or sets the add-ons data.
Declaration
public List<ProjectAddOn> Packages { get; set; }
Property Value
Type | Description |
---|---|
List<ProjectAddOn> |
Profiles
Gets or sets profiles data.
Declaration
public List<ProjectProfile> Profiles { get; set; }
Property Value
Type | Description |
---|---|
List<ProjectProfile> |
ResourcesPath
Gets or sets the content path.
Declaration
public string ResourcesPath { get; set; }
Property Value
Type | Description |
---|---|
string |