Enum NetworkPipelineStage.Requests
Requests that a pipeline stage can make in their send and receive methods.
Namespace: Unity.Networking.Transport
Assembly: solution.dll
Syntax
[Flags]
public enum NetworkPipelineStage.Requests
Fields
| Name | Description |
|---|---|
| Error | Request to raise an error. |
| None | No request. Default value. |
| Resume | Request to run the receive/send method immediately again. |
| SendUpdate | Request to run the send method on the next update. |
| Update | Request to run the receive method on the next update. |