docs.unity.cn
    Show / Hide Table of Contents

    Method GetDependencies

    GetDependencies(List<AsyncOperationHandle>)

    A custom operation should override this method to provide a list of AsyncOperationHandles that it depends on.

    Declaration
    public virtual void GetDependencies(List<AsyncOperationHandle> dependencies)
    Parameters
    Type Name Description
    List<AsyncOperationHandle> dependencies

    The list that should be populated with dependent AsyncOperationHandles.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, August 12, 2022
    Terms of use