Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsExpanded(TIdentifier)

Returns true if the TreeViewItem with ID id is currently expanded.
Read time 1 minuteLast updated 12 days ago

Definition

IsExpanded(T)

public bool IsExpanded(TIdentifier id)

Parameters

id

T
TreeViewItem ID.

Returns

Type

Description

bool