GetState(Content)
Gets the current viewstate of the HierarchyView.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyModule
public HierarchyViewState GetState(HierarchyViewState.Content content = Content.All)
Parameters
Flags that specify which HierarchyViewState members to extract.
Returns
Type | Description |
|---|---|
| HierarchyViewState | The current view state of the HierarchyView, including column configurations. |