Version: 2017.1

NetworkWriter.WriteBytesAndSize

Switch to Manual
public void WriteBytesAndSize (byte[] buffer, int count);

Parameters

buffer Array of bytes to write.
count Number of bytes from the array to write.

Description

This writes a 16-bit count and a array of bytes of that length to the stream.