Struct TransportFunctionPointer<T>
Namespace: Unity.Networking.Transport
Syntax
public struct TransportFunctionPointer<T>
where T : Delegate
Type Parameters
Name | Description |
---|---|
T |
Constructors
TransportFunctionPointer(T)
Declaration
public TransportFunctionPointer(T executeDelegate)
Parameters
Type | Name | Description |
---|---|---|
T | executeDelegate |