Struct NetworkPipelineParams
The network pipeline params
Implements
Inherited Members
Namespace: Unity.Networking.Transport
Assembly: Unity.Networking.Transport.dll
Syntax
public struct NetworkPipelineParams : INetworkParameter
  Fields
initialCapacity
The initial capacity
Declaration
public int initialCapacity
  Field Value
| Type | Description | 
|---|---|
| int | 
Methods
Validate()
Validate the settings.
Declaration
public bool Validate()
  Returns
| Type | Description | 
|---|---|
| bool | True if the settings are valid, false otherwise.  |