Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TreeViewExpansionChangedArgs

A data structure for the tree view item expansion event.
Read time 1 minuteLast updated 4 days ago

Definition

public class TreeViewExpansionChangedArgs

Properties

Property

Description

idThe id of the item being expanded or collapsed. Returns -1 when expandAll() or collapseAll() is being called.
isAppliedToAllChildrenIndicates whether the expandAllChildren or collapsedAllChildren is applied when expanding the item.
isExpandedIndicates whether the item is expanded (true) or collapsed (false).