This version of Unity is unsupported.
Method group is Obsolete

SyncList<T0>.DeserializeItem

Obsolete The high level API classes are deprecated and will be removed in the future.

Declaration

protected T DeserializeItem(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.