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

    Class ProjectDeleterSettings

    Inheritance
    Object
    ProjectDeleterSettings
    Namespace: UnityEngine.Reflect.Pipeline
    Syntax
    [Serializable]
    public class ProjectDeleterSettings

    Fields

    deleteProject

    Declaration
    public Project deleteProject
    Field Value
    Type Description
    Project

    Methods

    ProgressChanged(Int32, Int32, String)

    Declaration
    public void ProgressChanged(int progress, int total, string message)
    Parameters
    Type Name Description
    Int32 progress
    Int32 total
    String message

    ProjectDeleteCanceled()

    Declaration
    public void ProjectDeleteCanceled()

    ProjectDeleteCompleted()

    Declaration
    public void ProjectDeleteCompleted()

    Events

    projectDeleteCanceled

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

    projectDeleteProgressChanged

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

    projectLocalDataDeleted

    Declaration
    public 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