This version of Unity is unsupported.

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.