docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ProgressReporter

    Universal progress reporter for main thread.

    Inheritance
    object
    ProgressReporter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Pixyz.UnitySDK
    Assembly: Unity.Pixyz.UnitySDK.Runtime.dll
    Syntax
    public class ProgressReporter

    Constructors

    ProgressReporter()

    Declaration
    public ProgressReporter()

    Fields

    progressEvent

    Declaration
    public UnityEvent<ProgressReporter.ProgressState> progressEvent
    Field Value
    Type Description
    UnityEvent<ProgressReporter.ProgressState>

    progressState

    Declaration
    public ProgressReporter.ProgressState progressState
    Field Value
    Type Description
    ProgressReporter.ProgressState

    Methods

    Report(float)

    Declaration
    public void Report(float percentage)
    Parameters
    Type Name Description
    float percentage

    Report(float, string)

    Declaration
    public void Report(float percentage, string description)
    Parameters
    Type Name Description
    float percentage
    string description
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)