Class ProviderOperationCompletedEventArgs<T>
Class ProviderOperationCompletedEventArgs.
Namespace: UnityEngine.Industrial.Configuring.Providers
Syntax
public class ProviderOperationCompletedEventArgs<T>
where T : ProviderReply
Type Parameters
Name | Description |
---|---|
T |
Properties
reply
Gets the reply.
Declaration
public T reply { get; }
Property Value
Type | Description |
---|---|
T | The reply. |