This version of Unity is unsupported.

HierarchyCommandList.RemoveChildren

Declaration

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

Parameters

node The hierarchy node.

Returns

bool true if the command was appended to the list, false otherwise.

Description

Recursively removes all children of a node.