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>.Add

public void Add(T item);

Parameters

itemItem to add.

Description

Same as List:Add() but the item is added on clients.