This version of Unity is unsupported.

BaseTreeViewController.TryRemoveItem

Declaration

public bool TryRemoveItem(int id, bool rebuildTree);

Parameters

id The item id.
rebuildTree Whether we need to rebuild tree data. Set to false when doing multiple operations.

Returns

bool Whether or not the item was successfully found and removed.

Description

Removes an item by id.