This version of Unity is unsupported.
Method group is Obsolete

SyncList<T0>.RemoveAt

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

Declaration

public void RemoveAt(int index);

Parameters

index Index to remove.

Description

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