Search Results for

    Show / Hide Table of Contents

    Class ProjectModel

    Class that represents a project file.

    Inheritance
    object
    ProjectModel
    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

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX