Class Project | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class Project

    Inheritance
    System.Object
    Project
    Namespace: UnityEngine.Reflect.Services
    Syntax
    [Serializable]
    public class Project

    Constructors

    Project()

    Declaration
    public Project()

    Project(String, String, String, String, TargetChannel)

    Declaration
    public Project(string serverProjectId, string projectId, string name, string description, TargetChannel channel)
    Parameters
    Type Name Description
    System.String serverProjectId
    System.String projectId
    System.String name
    System.String description
    TargetChannel channel

    Fields

    channel

    Declaration
    public TargetChannel channel
    Field Value
    Type Description
    TargetChannel

    description

    Declaration
    public string description
    Field Value
    Type Description
    System.String

    Empty

    Declaration
    public static Project Empty
    Field Value
    Type Description
    Project

    name

    Declaration
    public string name
    Field Value
    Type Description
    System.String

    projectId

    Declaration
    public string projectId
    Field Value
    Type Description
    System.String

    serverProjectId

    Declaration
    public string serverProjectId
    Field Value
    Type Description
    System.String

    Methods

    IsValid()

    Declaration
    public bool IsValid()
    Returns
    Type Description
    System.Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023