This version of Unity is unsupported.

BaseTreeViewController.Exists

Declaration

public bool Exists(int id);

Parameters

id The id to look for.

Returns

bool Whether an item with this id exists in the tree.

Description

Checks if an ID exists within this tree.