Class FragmentationStageParameterExtensions
Extensions for FragmentationUtility.Parameters.
Inherited Members
Namespace: Unity.Networking.Transport.Utilities
Assembly: Unity.Networking.Transport.dll
Syntax
public static class FragmentationStageParameterExtensions
  Methods
GetFragmentationStageParameters(ref NetworkSettings)
Gets the FragmentationUtility.Parameters
Declaration
public static FragmentationUtility.Parameters GetFragmentationStageParameters(this ref NetworkSettings settings)
  Parameters
| Type | Name | Description | 
|---|---|---|
| NetworkSettings | settings | NetworkSettings to get parameters from.  | 
      
Returns
| Type | Description | 
|---|---|
| FragmentationUtility.Parameters | Returns the FragmentationUtility.Parameters values for the NetworkSettings  | 
      
WithFragmentationStageParameters(ref NetworkSettings, int)
Sets the FragmentationUtility.Parameters values for the NetworkSettings
Declaration
public static ref NetworkSettings WithFragmentationStageParameters(this ref NetworkSettings settings, int payloadCapacity = 4096)
  Parameters
| Type | Name | Description | 
|---|---|---|
| NetworkSettings | settings | NetworkSettings to modify.  | 
      
| int | payloadCapacity | 
Returns
| Type | Description | 
|---|---|
| NetworkSettings | Modified NetworkSettings.  |