TryRemoveItem(int, bool)
Removes an item of the tree if it can find it.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public bool TryRemoveItem(int id, bool rebuildTree = true)
Parameters
Returns
Type | Description |
|---|---|
| bool | If the item was removed from the tree. |