Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetChildrenIdsByIndex(int)

Gets the children IDs of the item with the specified index.
Read time 1 minuteLast updated 4 days ago

Definition

public IEnumerable<int> GetChildrenIdsByIndex(int index)

Parameters

index

The item index.

Returns

Type

Description

IEnumerable<int>The children IDs.