Method WithReliableStageParameters
WithReliableStageParameters(ref NetworkSettings, int)
Sets the ReliableUtility.Parameters values for the NetworkSettings
Declaration
public static ref NetworkSettings WithReliableStageParameters(this ref NetworkSettings settings, int windowSize = 32)
Parameters
| Type | Name | Description |
|---|---|---|
| NetworkSettings | settings | NetworkSettings to modify. |
| int | windowSize |
Returns
| Type | Description |
|---|---|
| NetworkSettings | Modified NetworkSettings. |