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

    Class ReflectTask

    Inheritance
    Object
    ReflectTask
    ProjectDeleter
    ProjectDownloader
    ProjectsLister
    ReflectTaskNodeProcessor
    Namespace: UnityEngine.Reflect.Pipeline
    Syntax
    public abstract class ReflectTask : IDisposable

    Fields

    m_Task

    Declaration
    protected Task m_Task
    Field Value
    Type Description
    Task

    m_Token

    Declaration
    protected CancellationToken m_Token
    Field Value
    Type Description
    CancellationToken

    m_TokenSource

    Declaration
    protected CancellationTokenSource m_TokenSource
    Field Value
    Type Description
    CancellationTokenSource

    Methods

    Dispose()

    Declaration
    public virtual void Dispose()

    Finalize()

    Declaration
    protected void Finalize()

    RemoveUpdateDelegate(IUpdateDelegate)

    Declaration
    public void RemoveUpdateDelegate(IUpdateDelegate value)
    Parameters
    Type Name Description
    IUpdateDelegate value

    Run()

    Declaration
    public virtual void Run()

    RunInternal(CancellationToken)

    Declaration
    protected abstract Task RunInternal(CancellationToken token)
    Parameters
    Type Name Description
    CancellationToken token
    Returns
    Type Description
    Task

    SetUpdateDelegate(IUpdateDelegate)

    Declaration
    public void SetUpdateDelegate(IUpdateDelegate value)
    Parameters
    Type Name Description
    IUpdateDelegate value

    UpdateInternal(Single)

    Declaration
    protected abstract void UpdateInternal(float unscaledDeltaTime)
    Parameters
    Type Name Description
    Single unscaledDeltaTime
    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