| Parameter | Description |
|---|---|
| node | The hierarchy node to detach. |
bool
true if the command was appended to the list, false otherwise.
Severs a hierarchy node from its parent, without removing it from the hierarchy.
A detached node keeps its own children but is no longer reachable from Hierarchy.Root. Nothing reclaims it: the caller must either re-attach it with HierarchyCommandList.SetParent or delete it with HierarchyCommandList.Remove.