docs.unity3d.com
    Show / Hide Table of Contents

    Class ProjectDownloaderSettings

    Inheritance
    Object
    ProjectDownloaderSettings
    Namespace: UnityEngine.Reflect.Pipeline
    Syntax
    public class ProjectDownloaderSettings

    Fields

    project

    Declaration
    public Project project
    Field Value
    Type Description
    Project

    Properties

    maxTaskSize

    Declaration
    public int maxTaskSize { get; }
    Property Value
    Type Description
    Int32

    Methods

    InvokeDownloadCanceled()

    Declaration
    public void InvokeDownloadCanceled()

    InvokeDownloadCompleted()

    Declaration
    public void InvokeDownloadCompleted()

    InvokeProgressChanged(Int32, Int32)

    Declaration
    public void InvokeProgressChanged(int progress, int total)
    Parameters
    Type Name Description
    Int32 progress
    Int32 total

    Events

    projectDownloadCanceled

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

    projectDownloadCompleted

    Declaration
    public event Action<Project> projectDownloadCompleted
    Event Type
    Type Description
    Action<Project>

    projectDownloadProgressChanged

    Declaration
    public event ProgressChanged projectDownloadProgressChanged
    Event Type
    Type Description
    ProgressChanged
    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