Class ProjectAddOn
Class that represents a project add-on.
Namespace: Evergine.Common
Assembly: Evergine.Common.dll
Syntax
public class ProjectAddOn
Properties
Id
Gets or sets the add-on ID.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
LocalPath
Gets or sets the path to the add-on source project.
Declaration
public string LocalPath { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
Gets or sets the add-on version.
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
string |