This version of Unity is unsupported.
Method group is Obsolete

SyncList<T0>

class in UnityEngine.Networking

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

Description

This is the base class for type-specific SyncList classes.

A SyncList can only be of the following type;

• Basic type (byte, int, float, string, UInt64, etc)
• Built-in Unity math type (Vector3, Quaternion, etc),
• NetworkIdentity
• NetworkInstanceId
• NetworkHash128
• GameObject with a NetworkIdentity component attached.

Public Methods

HandleMsgInternal function used for remote list operations.