Struct NetworkDataStreamParameter
The NetworkDataStreamParameter is used to set a fixed data stream size.
Implements
Inherited Members
Namespace: Unity.Networking.Transport
Assembly: Unity.Networking.Transport.dll
Syntax
public struct NetworkDataStreamParameter : INetworkParameter
  Remarks
The DataStreamWriter will grow on demand if the size is set to zero.
Fields
size
Size of the default DataStreamWriter
Declaration
public int size
  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.  |