Delegate NetworkDriverStore.DriverVisitor
Signature for all functions that can be used to visit the registered drivers in the store using the ForEachDriver(DriverVisitor) method.
Namespace: Unity.NetCode
Assembly: Unity.NetCode.dll
Syntax
public delegate void NetworkDriverStore.DriverVisitor(ref NetworkDriverStore.NetworkDriverInstance driver, int driverId)
Parameters
| Type | Name | Description |
|---|---|---|
| NetworkDriverStore.NetworkDriverInstance | driver | a reference to a NetworkDriverStore.NetworkDriverInstance |
| int | driverId | the id of the driver. Must always greater or equals FirstDriverId |