Class ProjectAddOn
Class that represents a project add-on.
Inherited Members
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 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 |