Version: 2019.4
public TreeView (IMGUI.Controls.TreeViewState state);
public TreeView (IMGUI.Controls.TreeViewState state, IMGUI.Controls.MultiColumnHeader multiColumnHeader);

パラメーター

stateTreeView state (expanded items, selection etc.)
multiColumnHeaderMulti-column header for the TreeView.

説明

The TreeView is always constructed with a state object and optionally a multi-column header object if a header is needed.