Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Expand

Expands the specified node.
Read time 1 minuteLast updated 12 days ago

Definition

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

Expand(HierarchyNode)

Expands the specified node.
public void Expand(in HierarchyNode node)

Parameters

The HierarchyNode to expand.

Expand(ReadOnlySpan<HierarchyNode>)

Expands the specified nodes.
public void Expand(ReadOnlySpan<HierarchyNode> nodes)

Parameters