Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

NetworkBehaviour.OnDeserialize

Switch to Manual
public function OnDeserialize(reader: Networking.NetworkReader, initialState: bool): void;

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.