Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Exists(int)

Checks if an ID exists within this tree.
Read time 1 minuteLast updated 10 days ago

Definition

public bool Exists(int id)

Parameters

id

The id to look for.

Returns

Type

Description

boolWhether an item with this id exists in the tree.