Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

HierarchyNodeFlags

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Bit flags used to describe the state of a hierarchy node.

Properties

None The hierarchy node has no flags.
Expanded The hierarchy node is expanded.
Selected The hierarchy node is selected.
Cut The hierarchy node is cut.
Hidden The hierarchy node is hidden (also hides children).