This version of Unity is unsupported.
Method group is Obsolete

NetworkReader Constructor

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

Declaration

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

Declaration

public NetworkReader(byte[] buffer);

Parameters

buffer A buffer to construct the reader with, this buffer is NOT copied.

Description

Creates a new NetworkReader object.