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 Unity.Networking.Transport.NetworkParameterConstants.MTU, so expect this to be MTU or less.
Implements
Inherited Members
Namespace: Unity.NetCode
Assembly: Unity.NetCode.dll
Syntax
[InternalBufferCapacity(0)]
public struct IncomingSnapshotDataStreamBuffer : IBufferElementData
Fields
Value
The buffer content
Declaration
public byte Value
Field Value
Type | Description |
---|---|
byte |