Struct ConcurrentDriverStore
The concurrent version of the DriverStore. Contains the concurrent copy of the drivers and relative pipelines.
Inherited Members
Namespace: Unity.NetCode
Assembly: Unity.NetCode.dll
Syntax
public struct ConcurrentDriverStore
Methods
GetConcurrentDriver(int)
Get the concurrent driver with the given driver id.
Declaration
public NetworkDriverStore.Concurrent GetConcurrentDriver(int driverId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | driverId | the id of the driver. Must always greater or equals FirstDriverId |
Returns
| Type | Description |
|---|---|
| NetworkDriverStore.Concurrent | the concurrent version of the NetworkdDriverStore |
Exceptions
| Type | Condition |
|---|---|
| InvalidOperationException | Throws if driverId is out of range. |