get_animation_info
Retrieve detailed information about a Godot animation, including its tracks and keyframes, by specifying the AnimationPlayer node path and animation name.
Instructions
Get detailed information about an animation including tracks and keyframes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| library | No | Animation library name (empty for default) | |
| animation | Yes | Animation name | |
| player_path | Yes | AnimationPlayer node path |