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.

AnimatorController.CreateBlendTreeInController

Switch to Manual
public function CreateBlendTreeInController(name: string, out tree: Animations.BlendTree): Animations.AnimatorState;
public function CreateBlendTreeInController(name: string, out tree: Animations.BlendTree, layerIndex: int): Animations.AnimatorState;

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.