BlendTree.CreateBlendTreeChild

Cambiar al Manual
public Animations.BlendTree CreateBlendTreeChild (float threshold);
public Animations.BlendTree CreateBlendTreeChild (Vector2 position);

Parámetros

positionThe position of the child. When using 2D blend trees.
thresholdThe threshold of the child. When using 1D blend trees.

Descripción

Utility function to add a child blend tree to a blend tree.

The blend tree asset that is created is added as a sub asset of the blend tree. This function pushes an Undo operation.