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

파라미터

readerReader to read from the stream.
initialStateTrue if being sent initial state.

설명

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