Example #1
0
 ///<summary>
 ///Toggle collapse of this cell
 ///</summary>
 public void ToggleCollapse()
 {
     scrollRect.ToggleCollapse(hierarchyData.indexFlat);
 }