This version of Unity is unsupported.
Method group is Obsolete

NetworkWriter Constructor

Obsolete The high level API classes are deprecated and will be removed in the future.

Declaration

public NetworkWriter();
Obsolete The high level API classes are deprecated and will be removed in the future.

Declaration

public NetworkWriter(byte[] buffer);

Parameters

buffer A buffer to write into. This is not copied.

Description

Creates a new NetworkWriter object.