LanguageEnglish
  • C#
  • JS

Script language

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

This version of Unity is unsupported.

SyncList<T0>.Insert

public void Insert(int index, T item);

Parameters

indexWhere to insert the item.
itemItem to insert.

Description

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