game_animation_tree
game_animation_treeTravel between animation states and modify parameters in Godot's AnimationTree nodes using node path and action commands.
Instructions
AnimationTree state machine travel and params
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action: travel, set_param, get_state, get_params | |
| nodePath | Yes | Path to AnimationTree node | |
| paramName | No | Parameter name | |
| stateName | No | State name (for travel) | |
| paramValue | No | Parameter value |