Version: 2021.1
言語: 日本語

TreeViewConstructor

マニュアルに切り替える
public TreeView (IMGUI.Controls.TreeViewState state);
public TreeView (IMGUI.Controls.TreeViewState state, IMGUI.Controls.MultiColumnHeader multiColumnHeader);

パラメーター

state TreeView state (expanded items, selection etc.)
multiColumnHeader Multi-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.