Class TreeViewState
Inheritance
TreeViewState
Assembly: UnityEditor.dll
Syntax
[Serializable]
public class TreeViewState
Fields
|
Improve this Doc
View Source
Declaration
Field Value
Properties
|
Improve this Doc
View Source
expandedIDs
Declaration
public List<int> expandedIDs { get; set; }
Property Value
|
Improve this Doc
View Source
lastClickedID
Declaration
public int lastClickedID { get; set; }
Property Value
|
Improve this Doc
View Source
searchString
Declaration
public string searchString { get; set; }
Property Value
|
Improve this Doc
View Source
selectedIDs
Declaration
public List<int> selectedIDs { get; set; }
Property Value
Extension Methods