Struct FragmentationPipelineStage.FragContext
The fragmentation stage's internal context.
Inherited Members
Namespace: Unity.Networking.Transport
Assembly: solution.dll
Syntax
public struct FragmentationPipelineStage.FragContext
Fields
| Name | Description |
|---|---|
| endIndex | Ending index. |
| packetError | Whether there's an error with a packet. |
| sequence | Sequence number. |
| startIndex | Starting index. |