Method RegisterServerIpcDriver
RegisterServerIpcDriver(World, ref NetworkDriverStore, NetDebug, NetworkSettings)
Register a IPCNetworkInterface NetworkDriver instance in driverStore.
This are configured using the NetworkSettings passed in.
If the requested ClientServerBootstrap.PlayType is Server this will do nothing as no local clients will ever make use of the IPC mechanism.
Declaration
public static void RegisterServerIpcDriver(World world, ref NetworkDriverStore driverStore, NetDebug netDebug, NetworkSettings settings)
Parameters
| Type | Name | Description |
|---|---|---|
| World | world | Used for determining whether we are running in a client or server world. |
| NetworkDriverStore | driverStore | Store for NetworkDriver. |
| NetDebug | netDebug | For handling logging. |
| NetworkSettings | settings | A list of the parameters that describe the network configuration. |
Remarks
Not available for WebGL builds. Always available in the Editor.