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

public void RemoveAt(int index);

Parameters

indexIndex to remove.

Description

Same as List:Remove except it removes the index on clients also.