Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HierarchyViewState

Contains the persistable configuration for a HierarchyView.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Class
  • Namespace: Unity.Hierarchy
  • Assembly: UnityEngine.HierarchyModule
public sealed class HierarchyViewState

Fields

Value

Description

ColumnsThe column layout and visibility preferences.
ScrollPositionXThe horizontal scroll position of the HierarchyView.
ScrollPositionYThe vertical scroll position of the HierarchyView.
SearchTextThe search text in the HierarchyView search field.
ValidContentThe valid HierarchyViewState.Content flags in this HierarchyViewState.
ViewModelStateThe view model state encoded as a compressed byte stream.

Constructors

Methods

Method

Description

ToStringConverts this HierarchyViewState to a string.

Enums

Enum

Description

HierarchyViewState.ContentSpecifies which content is valid in a HierarchyViewState.