This version of Unity is unsupported.

TreeViewItemData<T0>

struct in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule

Description

Item structure provided to a TreeView using the default implementation.

Properties

children Children of this tree item.
data Data for this item.
hasChildren Whether this item has children or not.
id Id of the item.

Constructors

TreeViewItemData_1 Creates a TreeViewItemData_1 with all required parameters.