AnimatorController.CreateBlendTreeInController

Cambiar al Manual
public Animations.AnimatorState CreateBlendTreeInController (string name, out Animations.BlendTree tree);
public Animations.AnimatorState CreateBlendTreeInController (string name, out Animations.BlendTree tree, int layerIndex);

Parámetros

nameThe name of the BlendTree.
treeThe created BlendTree.
layerIndexThe index where the BlendTree will be created.

Descripción

Creates a BlendTree in a new AnimatorState.

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