Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Select

Selects the specified HierarchyNode.
Read time 1 minuteLast updated 12 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