Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ExpandRecursive

Expands the specified node and all its ancestors or descendants recursively.
Read time 1 minuteLast updated 12 days ago

Definition

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

ExpandRecursive(HierarchyNode, HierarchyTraversalDirection)

Expands the specified node and all its ancestors or descendants recursively.
public void ExpandRecursive(in HierarchyNode node, HierarchyTraversalDirection direction = HierarchyTraversalDirection.Children)

Parameters

The HierarchyNode to expand.

The direction of traversal.

ExpandRecursive(ReadOnlySpan<HierarchyNode>, HierarchyTraversalDirection)

Expands the specified nodes and all their ancestors or descendants recursively.
public void ExpandRecursive(ReadOnlySpan<HierarchyNode> nodes, HierarchyTraversalDirection direction = HierarchyTraversalDirection.Children)

Parameters


The direction of traversal.