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