This version of Unity is unsupported.
Method group is Obsolete

SyncList<T0>.Dirty

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

Declaration

public void Dirty(int index);

Parameters

index Index of item to dirty.

Description

Marks an item in the list as dirty, so it will be updated on clients.