RemoveItems(List<int>)
Removes items from the source, by indices.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public virtual void RemoveItems(List<int> indices)
Parameters
A list of indices to remove.