RemoveChild(int)
Utility function to remove the child of a blend tree.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Animations
- Assembly: UnityEditor.CoreModule
public void RemoveChild(int index)
Parameters
The index of the blend tree to remove.
Remarks
If the blend tree is a sub asset of the blend tree, it will be deleted. This function pushes an Undo operation.