GetTreeItemsCount()
Get the number of items in the whole tree.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public virtual int GetTreeItemsCount()
Returns
Type | Description |
|---|---|
| int | The number of items in the tree. |
Remarks
This is different from CollectionViewController.GetItemsCount(), which will return the number of items in the source.