PollEvent
Declaration
public override NetworkEvent PollEvent(out ulong clientId, out ArraySegment<byte> payload, out float receiveTime)
Parameters
| Name | Type | Summary |
|---|---|---|
| clientId | ulong | The clientId this event is for |
| payload | ArraySegment<byte> | The incoming data payload |
| receiveTime | float | The time the event was received, as reported by Time.realtimeSinceStartup. |