Version: 2017.2
public Animations.AnimatorState CreateBlendTreeInController (string name, out Animations.BlendTree tree);
public Animations.AnimatorState CreateBlendTreeInController (string name, out Animations.BlendTree tree, int layerIndex);

パラメーター

name ブレンドツリーの名前
tree ブレンドツリー(BlendTree)が作成されます。
layerIndex インデックス(index)は、ブレンドツリー(BlendTree)のステート上にブレンドツリーが作成されます。

説明

新しい AnimatorState にブレンドツリー(BlendTree)を作成します。

The BlendTree will be a sub asset of the AnimatorController. This function pushes an Undo operation.