Struct IncomingSnapshotDataStreamBuffer
One per NetworkConnection. Stores the incoming, yet-to-be-processed snapshot stream data for a connection. Each snapshot is designed to fit inside MTU, so expect this to be MTU or less.
Implements
Inherited Members
Namespace: Unity.NetCode
Assembly: solution.dll
Syntax
[InternalBufferCapacity(0)]
public struct IncomingSnapshotDataStreamBuffer : IBufferElementData
Fields
Name | Description |
---|---|
Value | The buffer content |