Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

content

Flags that specify which HierarchyViewState members to extract.

Returns

Type

Description

HierarchyViewStateThe current view state of the HierarchyView, including column configurations.