This version of Unity is unsupported.

Hierarchy.SortChildren

Declaration

public void SortChildren(ref Unity.Hierarchy.HierarchyNode node, bool recurse);

Parameters

node The hierarchy node.
recurse Whether to sort the child nodes recursively.

Description

Sorts the child nodes of a hierarchy node according to their sort index.