This version of Unity is unsupported.

BaseTreeView.TryRemoveItem

Declaration

public bool TryRemoveItem(int id);

Parameters

id The item id.

Returns

bool If the item was removed from the tree.

Description

Removes an item of the tree if it can find it.