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