Version: 5.6

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.