Struct NetworkDriverStore.NetworkDriverInstance
Struct that contains a NetworkDriver and relative pipelines.
Inherited Members
Namespace: Unity.NetCode
Assembly: solution.dll
Syntax
public struct NetworkDriverStore.NetworkDriverInstance
Fields
| Name | Description |
|---|---|
| driver | The NetworkDriver instance. Can be invalid if the NetworkDriver instance has not been initialized. |
| reliablePipeline | The pipeline used for sending reliable messages |
| unreliableFragmentedPipeline | The pipeline used for sending big unreliable messages that requires fragmentation. |
| unreliablePipeline | The pipeline used for sending unreliable messages and snapshots |
Properties
| Name | Description |
|---|---|
| simulatorEnabled | Flag set when the driver pipelines uses the SimulatorPipelineStage. |