Method WaitForTicks
WaitForTicks(NetworkManager, int)
Yields until specified amount of network ticks and the expected number of frames has been passed.
Declaration
protected IEnumerator WaitForTicks(NetworkManager networkManager, int count)
Parameters
Type | Name | Description |
---|---|---|
NetworkManager | networkManager | |
int | count |
Returns
Type | Description |
---|---|
IEnumerator |