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

Transform.DetachChildren

Switch to Manual

Declaration

public void DetachChildren();

Description

Unparents all children.

Useful if you want to destroy the root of a hierarchy without destroying the children.

Additional resources: Transform.parent to detach/change the parent of a single transform.