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