TryRemoveItem(int, bool)
Removes an item by id.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public abstract bool TryRemoveItem(int id, bool rebuildTree = true)
Parameters
The item id.
Whether to refresh the tree data. Set to when doing multiple operations and call BaseVerticalCollectionView.RefreshItems().
falseReturns
Type | Description |
|---|---|
| bool | Whether the item was successfully found and removed. |