AnimatorController.CreateBlendTreeInController

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

Parameters

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

Description

Creates a BlendTree in a new AnimatorState.

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

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答