Version: 2023.1
언어: 한국어

BlendTree.CreateBlendTreeChild

매뉴얼로 전환
public Animations.BlendTree CreateBlendTreeChild (float threshold);
public Animations.BlendTree CreateBlendTreeChild (Vector2 position);

파라미터

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

설명

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.