Version: 2021.1
언어: 한국어
public void SetSelection (IList<int> selectedIDs);
public void SetSelection (IList<int> selectedIDs, IMGUI.Controls.TreeViewSelectionOptions options);

파라미터

selectedIDs TreeViewItem IDs.
options Options for extra logic performed after the selection. See TreeViewSelectionOptions.

설명

Set the selected items of the TreeView.