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

파라미터

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

설명

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