Class ChainOperation<TObject, TObjectDependency> | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class ChainOperation<TObject, TObjectDependency>

    Inheritance
    System.Object
    AsyncOperationBase<TObject>
    ChainOperation<TObject, TObjectDependency>
    Inherited Members
    AsyncOperationBase<TObject>.m_result
    AsyncOperationBase<TObject>.m_status
    AsyncOperationBase<TObject>.m_error
    AsyncOperationBase<TObject>.m_context
    AsyncOperationBase<TObject>.m_releaseToCacheOnCompletion
    AsyncOperationBase<TObject>.IsValid
    AsyncOperationBase<TObject>.ToString()
    AsyncOperationBase<TObject>.Release()
    AsyncOperationBase<TObject>.Retain()
    AsyncOperationBase<TObject>.ResetStatus()
    AsyncOperationBase<TObject>.Validate()
    AsyncOperationBase<TObject>.Completed
    AsyncOperationBase<TObject>.IAsyncOperation.Completed
    AsyncOperationBase<TObject>.IAsyncOperation.Result
    AsyncOperationBase<TObject>.Status
    AsyncOperationBase<TObject>.OperationException
    AsyncOperationBase<TObject>.MoveNext()
    AsyncOperationBase<TObject>.Reset()
    AsyncOperationBase<TObject>.Current
    AsyncOperationBase<TObject>.Result
    AsyncOperationBase<TObject>.IsDone
    AsyncOperationBase<TObject>.PercentComplete
    AsyncOperationBase<TObject>.Context
    AsyncOperationBase<TObject>.InvokeCompletionEvent()
    AsyncOperationBase<TObject>.SetResult(TObject)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: UnityEngine.ResourceManagement
    Syntax
    public class ChainOperation<TObject, TObjectDependency> : AsyncOperationBase<TObject>, IAsyncOperation<TObject>, IAsyncOperation, IEnumerator
    Type Parameters
    Name Description
    TObject
    TObjectDependency

    Methods

    Start(IAsyncOperation<TObjectDependency>, Func<TObjectDependency, IAsyncOperation<TObject>>)

    Declaration
    public virtual IAsyncOperation<TObject> Start(IAsyncOperation<TObjectDependency> dependency, Func<TObjectDependency, IAsyncOperation<TObject>> func)
    Parameters
    Type Name Description
    IAsyncOperation<TObjectDependency> dependency
    Func<TObjectDependency, IAsyncOperation<TObject>> func
    Returns
    Type Description
    IAsyncOperation<TObject>
    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