Version: 2018.4
Method group is Obsolete

SyncList<T0>

class in UnityEngine.Networking

マニュアルに切り替える
Obsolete

説明

このクラスは SyncList クラスの基本クラスです。

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 関数

HandleMsgリモートのリストを操作するために使用する内部関数