Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetNextSibling(in HierarchyNode)

Gets the next sibling of a hierarchy node in the view model.
Read time 1 minuteLast updated 10 days ago

Definition

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

GetNextSibling(HierarchyNode)

public HierarchyNode GetNextSibling(in HierarchyNode node)

Parameters

The hierarchy node to get the next sibling for.

Returns

Type

Description

HierarchyNodeThe next sibling HierarchyNode.