Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TryRemoveItem(int, bool)

Removes an item by id.
Read time 1 minuteLast updated 5 days ago

Definition

public abstract bool TryRemoveItem(int id, bool rebuildTree = true)

Parameters

id

The item id.

rebuildTree

Whether to refresh the tree data. Set to
false
when doing multiple operations and call BaseVerticalCollectionView.RefreshItems().

Returns

Type

Description

boolWhether the item was successfully found and removed.