Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetNextSibling(in HierarchyNode)

Gets the next sibling of a node.
Read time 1 minuteLast updated 11 days ago

Definition

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

GetNextSibling(HierarchyNode)

public HierarchyNode GetNextSibling(in HierarchyNode node)

Parameters

The hierarchy node.

Returns

Type

Description

HierarchyNodeThe next sibling of the hierarchy node.