Method ShouldWaitForNewClientToConnect
ShouldWaitForNewClientToConnect(NetworkManager)
CreateAndStartNewClient Only Override this method to bypass the waiting for a client to connect.
Declaration
protected virtual bool ShouldWaitForNewClientToConnect(NetworkManager networkManager)
Parameters
| Type | Name | Description |
|---|---|---|
| NetworkManager | networkManager |
Returns
| Type | Description |
|---|---|
| bool |
Remarks
Use this for testing connection and disconnection scenarios