Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RemoveChild(int)

Utility function to remove the child of a blend tree.
Read time 1 minuteLast updated 11 days ago

Definition

public void RemoveChild(int index)

Parameters

index

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.