This version of Unity is unsupported.
Method group is Obsolete

SyncList<T0>.Insert

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

Declaration

public void Insert(int index, T item);

Parameters

index Where to insert the item.
item Item to insert.

Description

Same as List::Insert() but also inserts into list on clients.