create_animation_tree
Create an AnimationTree node on a specified path to blend animations with an AnimationPlayer.
Instructions
Create an AnimationTree node on a given path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Node path where the AnimationTree will be added | |
| root_type | No | Animation root node type (default: AnimationNodeBlendTree) | |
| properties | No | Optional properties to set on the AnimationTree | |
| player_path | No | AnimationPlayer path |