Struct NetworkDataStreamParameter
The NetworkDataStreamParameter is used to set the initial data stream size.
Namespace: Unity.Networking.Transport
Syntax
public struct NetworkDataStreamParameter : INetworkParameter
Remarks
The DataStreamWriter can grow on demand so its not necessary to set this value.
Fields
size
Size of the default DataStreamWriter
Declaration
public int size
Field Value
Type | Description |
---|---|
Int32 |