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

Parámetros

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

Descripción

Set the selected items of the TreeView.