SortChildrenRecursive(in HierarchyNode)
Sorts the child nodes of a hierarchy node according to their sort index.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyCoreModule
SortChildrenRecursive(HierarchyNode)
public void SortChildrenRecursive(in HierarchyNode node)
Parameters
The hierarchy node.