Class LoggingParameterExtensions
Extension methods related to LoggingParameter.
Inherited Members
Namespace: Unity.Networking.Transport.Logging
Assembly: Unity.Networking.Transport.dll
Syntax
public static class LoggingParameterExtensions
Methods
WithLoggingParameters(ref NetworkSettings, FixedString32Bytes)
Sets the FragmentationUtility.Parameters in the settings.
Declaration
public static ref NetworkSettings WithLoggingParameters(this ref NetworkSettings settings, FixedString32Bytes driverName)
Parameters
| Type | Name | Description |
|---|---|---|
| NetworkSettings | settings | Settings to modify. |
| FixedString32Bytes | driverName | Label to use for this driver in the logs. |
Returns
| Type | Description |
|---|---|
| NetworkSettings | Settings structure with modified values. |