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