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

    Class GroupOperation<TObject>

    Inheritance
    System.Object
    AsyncOperationBase<System.Collections.Generic.IList<TObject>>
    GroupOperation<TObject>
    Inherited Members
    AsyncOperationBase<IList<TObject>>.m_result
    AsyncOperationBase<IList<TObject>>.m_status
    AsyncOperationBase<IList<TObject>>.m_error
    AsyncOperationBase<IList<TObject>>.m_context
    AsyncOperationBase<IList<TObject>>.m_releaseToCacheOnCompletion
    AsyncOperationBase<IList<TObject>>.IsValid
    AsyncOperationBase<IList<TObject>>.ToString()
    AsyncOperationBase<IList<TObject>>.Release()
    AsyncOperationBase<IList<TObject>>.Retain()
    AsyncOperationBase<IList<TObject>>.Validate()
    AsyncOperationBase<IList<TObject>>.Completed
    AsyncOperationBase<IList<TObject>>.IAsyncOperation.Completed
    AsyncOperationBase<IList<TObject>>.IAsyncOperation.Result
    AsyncOperationBase<IList<TObject>>.Status
    AsyncOperationBase<IList<TObject>>.OperationException
    AsyncOperationBase<IList<TObject>>.MoveNext()
    AsyncOperationBase<IList<TObject>>.Reset()
    AsyncOperationBase<IList<TObject>>.Current
    AsyncOperationBase<IList<TObject>>.Result
    AsyncOperationBase<IList<TObject>>.PercentComplete
    AsyncOperationBase<IList<TObject>>.Context
    AsyncOperationBase<IList<TObject>>.InvokeCompletionEvent()
    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 GroupOperation<TObject> : AsyncOperationBase<IList<TObject>>, IAsyncOperation<IList<TObject>>, IAsyncOperation, IEnumerator where TObject : class
    Type Parameters
    Name Description
    TObject

    Constructors

    GroupOperation()

    Declaration
    public GroupOperation()

    Properties

    IsDone

    Declaration
    public override bool IsDone { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    UnityEngine.ResourceManagement.AsyncOperationBase<System.Collections.Generic.IList<TObject>>.IsDone

    Methods

    ResetStatus()

    Declaration
    public override void ResetStatus()
    Overrides
    UnityEngine.ResourceManagement.AsyncOperationBase<System.Collections.Generic.IList<TObject>>.ResetStatus()

    SetResult(IList<TObject>)

    Declaration
    public override void SetResult(IList<TObject> result)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<TObject> result
    Overrides
    UnityEngine.ResourceManagement.AsyncOperationBase<System.Collections.Generic.IList<TObject>>.SetResult(System.Collections.Generic.IList<TObject>)

    Start(IList<IResourceLocation>, Action<IAsyncOperation<TObject>>, Func<IResourceLocation, IAsyncOperation<TObject>>)

    Declaration
    public virtual IAsyncOperation<IList<TObject>> Start(IList<IResourceLocation> locations, Action<IAsyncOperation<TObject>> callback, Func<IResourceLocation, IAsyncOperation<TObject>> func)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<IResourceLocation> locations
    Action<IAsyncOperation<TObject>> callback
    Func<IResourceLocation, IAsyncOperation<TObject>> func
    Returns
    Type Description
    IAsyncOperation<System.Collections.Generic.IList<TObject>>

    Start<TParam>(IList<IResourceLocation>, Action<IAsyncOperation<TObject>>, Func<IResourceLocation, TParam, IAsyncOperation<TObject>>, TParam)

    Declaration
    public virtual IAsyncOperation<IList<TObject>> Start<TParam>(IList<IResourceLocation> locations, Action<IAsyncOperation<TObject>> callback, Func<IResourceLocation, TParam, IAsyncOperation<TObject>> func, TParam funcParams)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<IResourceLocation> locations
    Action<IAsyncOperation<TObject>> callback
    Func<IResourceLocation, TParam, IAsyncOperation<TObject>> func
    TParam funcParams
    Returns
    Type Description
    IAsyncOperation<System.Collections.Generic.IList<TObject>>
    Type Parameters
    Name Description
    TParam
    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