Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

BlendTree.CreateBlendTreeChild

Switch to Manual
public function CreateBlendTreeChild(threshold: float): Animations.BlendTree;
public function CreateBlendTreeChild(position: Vector2): Animations.BlendTree;

Parameters

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

Description

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.