Class ProjectModel
Class that represents a project file.
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> |
Parameters
Gets or sets the settings of the project.
Declaration
public ProjectParameters Parameters { get; set; }
Property Value
Type | Description |
---|---|
ProjectParameters |
Profiles
Gets or sets profile 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 |