Struct SendJobArguments
Arguments used by send jobs.
Inherited Members
Namespace: Unity.Networking.Transport
Assembly: Unity.Networking.Transport.dll
Syntax
public struct SendJobArgumentsFields
SendQueue
A queue containing all the packets to be sent.
Declaration
public PacketsQueue SendQueueField Value
| Type | Description | 
|---|---|
| PacketsQueue | Queue of packets. | 
Time
The current update time value.
Declaration
public long TimeField Value
| Type | Description | 
|---|---|
| long | Timestamp in milliseconds. |