Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetParentId(int)

Returns the parent ID of an item, by ID.
Read time 1 minuteLast updated 5 days ago

Definition

public virtual int GetParentId(int id)

Parameters

id

The ID of the item to fetch the parent from.

Returns

Type

Description

intThe parent ID, or -1 if the item is at the root of the tree.