Class ReflectPipelineFactory | Unity Reflect | 1.3.0-preview.104
docs.unity3d.com
    Show / Hide Table of Contents

    Class ReflectPipelineFactory

    Inheritance
    Object
    ReflectPipelineFactory
    Namespace: UnityEngine.Reflect.Pipeline
    Syntax
    public static class ReflectPipelineFactory

    Fields

    projectsRefreshCompleted

    Declaration
    public static ProjectListerSettings.ProjectsEvents projectsRefreshCompleted
    Field Value
    Type Description
    ProjectListerSettings.ProjectsEvents

    Properties

    manifestUpdated

    Declaration
    public static UnityEvent manifestUpdated { get; }
    Property Value
    Type Description
    UnityEvent

    Methods

    ClearUser()

    Declaration
    public static void ClearUser()

    DeleteProjectLocally(Project)

    Declaration
    public static void DeleteProjectLocally(Project project)
    Parameters
    Type Name Description
    Project project

    DisposeDownloadProject()

    Declaration
    public static void DisposeDownloadProject()

    DownloadProject(Project)

    Declaration
    public static void DownloadProject(Project project)
    Parameters
    Type Name Description
    Project project

    HasLocalData(Project)

    Declaration
    public static bool HasLocalData(Project project)
    Parameters
    Type Name Description
    Project project
    Returns
    Type Description
    Boolean

    RefreshProjects()

    Declaration
    public static void RefreshProjects()

    SetUser(UnityUser, IUpdateDelegate, IProjectProvider, PlayerStorage)

    Declaration
    public static void SetUser(UnityUser user, IUpdateDelegate updater, IProjectProvider client, PlayerStorage storage)
    Parameters
    Type Name Description
    UnityUser user
    IUpdateDelegate updater
    IProjectProvider client
    PlayerStorage storage

    Events

    projectDataDownloaded

    Declaration
    public static event Action<Project> projectDataDownloaded
    Event Type
    Type Description
    Action<Project>

    projectDeleteCanceled

    Declaration
    public static event Action<Project> projectDeleteCanceled
    Event Type
    Type Description
    Action<Project>

    projectDeleteProgressChanged

    Declaration
    public static event Action<int, int, string> projectDeleteProgressChanged
    Event Type
    Type Description
    Action<Int32, Int32, String>

    projectDownloadCanceled

    Declaration
    public static event Action<Project> projectDownloadCanceled
    Event Type
    Type Description
    Action<Project>

    projectDownloadProgressChanged

    Declaration
    public static event Action<int, int, string> projectDownloadProgressChanged
    Event Type
    Type Description
    Action<Int32, Int32, String>

    projectLocalDataDeleted

    Declaration
    public static event Action<Project> projectLocalDataDeleted
    Event Type
    Type Description
    Action<Project>
    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