Show
Shows the specified node.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyModule
Show(HierarchyNode)
Shows the specified node.
public void Show(in HierarchyNode node)
Parameters
The HierarchyNode to show.
Show(ReadOnlySpan<HierarchyNode>)
Shows the specified nodes.
public void Show(ReadOnlySpan<HierarchyNode> nodes)
Parameters
The HierarchyNodes to show.