Version: 2021.3
LanguageEnglish
  • C#

TreeViewItem

class in UnityEditor.IMGUI.Controls

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

The TreeViewItem is used to build the tree representation of a tree data structure.

The TreeViewItem can be derived from to add custom data.

See Also: TreeView.

Properties

childrenThe list of child items of this TreeViewItem.
depthThe depth refers to how many ancestors this item has, and corresponds to the number of horizontal ‘indents’ this item has.
displayNameName shown for this item when rendered.
hasChildrenReturns true if children has any items.
iconIf set, this icon will be rendered to the left of the displayName. The icon is rendered at 16x16 points by default.
idUnique ID for an item.
parentThe parent of this TreeViewItem. If it is null then it is considered the root of the TreeViewItem tree.

Constructors

TreeViewItemTreeViewItem constructor.

Public Methods

AddChildHelper method that adds the child TreeViewItem to the children list and sets the parent property on the child.
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961