This version of Unity is unsupported.
Method group is Obsolete

SyncList<T0>.Remove

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

Declaration

public bool Remove(T item);

Parameters

item Item to remove.

Returns

bool Success if removed.

Description

Same as List:Remove except removes on clients also.