TreeView.SetSelection

public void SetSelection(IList<int> selectedIDs);
public void SetSelection(IList<int> selectedIDs, IMGUI.Controls.TreeViewSelectionOptions options);

Parameters

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

Description

Set the selected items of the TreeView.

Did you find this page useful? Please give it a rating: