Version: 2018.1
public void Deserialize (Networking.NetworkReader reader);

Parameters

readerStream to read from.

Description

This method is used to populate a message object from a NetworkReader stream.

Developers may implement this method for precise control of serialization, but they do no have to. An implemenation of this method will be generated for derived classes.