Struct ReceiveJobArguments
Arguments used by receive jobs.
Inherited Members
Namespace: Unity.Networking.Transport
Assembly: solution.dll
Syntax
public struct ReceiveJobArguments
Fields
| Name | Description |
|---|---|
| ReceiveQueue | A queue containing all the packets to be received. |
| ReceiveResult | The result of the receive operation. |
| Time | The current update time value. |