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