docs.unity3d.com
    Show / Hide Table of Contents

    Class ProjectsManager

    Inheritance
    Object
    ProjectsManager
    Namespace: UnityEngine.Reflect.Pipeline
    Syntax
    public class ProjectsManager : IDisposable

    Constructors

    ProjectsManager(IUpdateDelegate, UnityUser, PlayerStorage)

    Declaration
    public ProjectsManager(IUpdateDelegate updateDelegate, UnityUser user, PlayerStorage playerStorage)
    Parameters
    Type Name Description
    IUpdateDelegate updateDelegate
    UnityUser user
    PlayerStorage playerStorage

    Methods

    Delete(Project)

    Declaration
    public void Delete(Project project)
    Parameters
    Type Name Description
    Project project

    Dispose()

    Declaration
    public void Dispose()

    Download(Project)

    Declaration
    public void Download(Project project)
    Parameters
    Type Name Description
    Project project

    GetStatus(Project)

    Declaration
    public ProjectsManager.Status GetStatus(Project project)
    Parameters
    Type Name Description
    Project project
    Returns
    Type Description
    ProjectsManager.Status

    Events

    projectDeleteProgressChanged

    Declaration
    public event ProgressChanged projectDeleteProgressChanged
    Event Type
    Type Description
    ProgressChanged

    projectDownloadProgressChanged

    Declaration
    public event ProgressChanged projectDownloadProgressChanged
    Event Type
    Type Description
    ProgressChanged

    projectStatusChanged

    Declaration
    public event Action<Project, ProjectsManager.Status> projectStatusChanged
    Event Type
    Type Description
    Action<Project, ProjectsManager.Status>
    Back to top
    Terms of use
    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