Show / Hide Table of Contents

Class TreeViewState

Inheritance
Object
TreeViewState
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.IMGUI.Controls
Assembly: UnityEditor.dll
Syntax
[Serializable]
public class TreeViewState

Fields

| Improve this Doc View Source

scrollPos

Declaration
public Vector2 scrollPos
Field Value
Type Description
Vector2

Properties

| Improve this Doc View Source

expandedIDs

Declaration
public List<int> expandedIDs { get; set; }
Property Value
Type Description
List<Int32>
| Improve this Doc View Source

lastClickedID

Declaration
public int lastClickedID { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

searchString

Declaration
public string searchString { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

selectedIDs

Declaration
public List<int> selectedIDs { get; set; }
Property Value
Type Description
List<Int32>

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX