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.

関連項目: TreeViewSelectionOptions.