Version: 2017.2
public void OnDeserialize (Networking.NetworkReader reader, bool initialState);

Parameters

reader Reader to read from the stream.
initialState True if being sent initial state.

Description

Virtual function to override to receive custom serialization data. The corresponding function to send serialization data is OnSerialize().