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 |
|---|---|
| HierarchyNode | The next sibling of the hierarchy node. |