This version of Unity is unsupported.

Hierarchy.Remove

Declaration

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

Parameters

node The hierarchy node to remove from the hierarchy.

Returns

bool true if the node was removed, false otherwise.

Description

Removes a node from the hierarchy.