Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.