Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsExpandedByIndex(int)

Return whether the item with the specified index is expanded in the tree.
Read time 1 minuteLast updated 4 days ago

Definition

public bool IsExpandedByIndex(int index)

Parameters

index

The item index

Returns

Type

Description

boolWhether the item with the specified index is expanded in the tree. Will return false if the index is not valid.