Class HierarchyState
Custom tree view state that holds extra information about expanded rows for simulated data.
This saves the expanded state of rows that will have a different ID after the simulation is recreated
Inheritance
HierarchyState
Syntax
[Serializable]
public class HierarchyState
Properties
EnvironmentRootExpanded
Declaration
public bool EnvironmentRootExpanded { get; }
Property Value
Declaration
public List<Transform> OriginalExpandedTransforms { get; }
Property Value
Type |
Description |
List<Transform> |
|
Declaration
public List<Transform> OriginalSelectedTransforms { get; }
Property Value
Type |
Description |
List<Transform> |
|
QueryRootExpanded
Declaration
public bool QueryRootExpanded { get; }
Property Value