Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetTreeItemsCount()

Get the number of items in the whole tree.
Read time 1 minuteLast updated 4 days ago

Definition

public virtual int GetTreeItemsCount()

Returns

Type

Description

intThe number of items in the tree.

Remarks

This is different from CollectionViewController.GetItemsCount(), which will return the number of items in the source.