Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsExpanded(in HierarchyNode)

Determines if the specified node is expanded.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: Unity.Hierarchy
  • Assembly: UnityEngine.HierarchyModule

IsExpanded(HierarchyNode)

public bool IsExpanded(in HierarchyNode node)

Parameters

The HierarchyNode to check if it is expanded.

Returns

Type

Description

bool
true
if the specified node is expanded,
false
otherwise.