Struct NetworkPipelineStage
The network pipeline stage
Inherited Members
Namespace: Unity.Networking.Transport
Assembly: solution.dll
Syntax
public struct NetworkPipelineStage
Constructors
Name | Description |
---|---|
Network |
Initializes a new instance of the Network |
Fields
Name | Description |
---|---|
Header |
The header capacity |
Initialize |
InitializeConnection function pointer |
Payload |
The payload capacity |
Receive | Receive function pointer |
Receive |
The receive capacity |
Send | Send function pointer |
Send |
The send capacity |
Shared |
The shared state capacity |