Frame
Frames the specified node, expanding its ancestors and scrolling to it.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyModule
Frame(HierarchyNode)
Frames the specified node, expanding its ancestors and scrolling to it.
public void Frame(in HierarchyNode node)
Parameters
The HierarchyNode to frame.
Frame(ReadOnlySpan<HierarchyNode>)
Frames the specified nodes, expanding their ancestors and scrolling to the first node.
public void Frame(ReadOnlySpan<HierarchyNode> nodes)
Parameters
The HierarchyNodes to frame.