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

public bool Remove(T item);

Parameters

itemItem to remove.

Returns

bool Success if removed.

Description

Same as List:Remove except removes on clients also.