Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsExpanded(int)

Returns true if the specified TreeView item is expanded, false otherwise.
Read time 1 minuteLast updated 10 days ago

Definition

public bool IsExpanded(int id)

Parameters

id

The TreeView item identifier.

Returns

Type

Description

bool