Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Hierarchy.DoesChildrenNeedsSorting

Declaration

public bool DoesChildrenNeedsSorting(ref Unity.Hierarchy.HierarchyNode node);

Parameters

node The hierarchy node.

Returns

bool true if the child nodes of a hierarchy node need to be sorted, false otherwise.

Description

Gets whether the child nodes of a hierarchy node need to be sorted.