docs.unity.cn
    Show / Hide Table of Contents

    Delegate ProviderOperationCompletedHandler<T>

    Delegate ProviderOperationCompletedHandler

    Namespace: UnityEngine.Industrial.Configuring.Providers
    Syntax
    public delegate void ProviderOperationCompletedHandler<T>(object sender, ProviderOperationCompletedEventArgs<T> args)
        where T : ProviderReply;
    Parameters
    Type Name Description
    Object sender

    The sender.

    ProviderOperationCompletedEventArgs<T> args

    The arguments.

    Type Parameters
    Name Description
    T
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 03 March 2021