Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

SyncList<T0>.DeserializeItem

protected T DeserializeItem(Networking.NetworkReader reader);

Parameters

reader Stream to read from.

Returns

T New instance of the SyncList value type.

Description

This method is used when deserializing SyncList items from a stream.