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

BaseTreeViewController.GetChildrenIdsByIndex

Declaration

public IEnumerable<int> GetChildrenIdsByIndex(int index);

Parameters

index The item index.

Returns

IEnumerable<int> The children IDs.

Description

Gets the children IDs of the item with the specified index.