Struct UnityTransportTestHelpers.TransportEvent
Inherited Members
Namespace: Unity.Netcode.RuntimeTests
Assembly: Unity.Netcode.RuntimeTests.dll
Syntax
public struct UnityTransportTestHelpers.TransportEvent
Fields
ClientID
Declaration
public ulong ClientID
Field Value
| Type | Description |
|---|---|
| ulong |
Data
Declaration
public ArraySegment<byte> Data
Field Value
| Type | Description |
|---|---|
| ArraySegment<byte> |
ReceiveTime
Declaration
public float ReceiveTime
Field Value
| Type | Description |
|---|---|
| float |
Type
Declaration
public NetworkEvent Type
Field Value
| Type | Description |
|---|---|
| NetworkEvent |