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

Parameters

reader Stream 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.