Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

BaseListViewController.RemoveItems

Declaration

public void RemoveItems(List<int> indices);

Parameters

indices A list of indices to remove.

Description

Removes items from the source, by indices.