docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Project

    Represents Project version.

    Inheritance
    object
    Project
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.PerformanceTesting.Data
    Assembly: Unity.PerformanceTesting.dll
    Syntax
    public class Project

    Fields

    Branch

    Commit branch.

    Declaration
    public string Branch
    Field Value
    Type Description
    string

    Changeset

    Commit changeset.

    Declaration
    public string Changeset
    Field Value
    Type Description
    string

    Date

    Commit datetime in Unix Epoch milliseconds format.

    Declaration
    public int Date
    Field Value
    Type Description
    int

    Name

    Name of the project.

    Declaration
    public string Name
    Field Value
    Type Description
    string

    Version

    Version of the project unrelated to changeset e.g. package version.

    Declaration
    public string Version
    Field Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)