create_animation
Create an empty animation clip in Godot's AnimationPlayer default library, specifying duration and loop mode (none, linear, or ping-pong) for later keyframe editing.
Instructions
Create an empty Animation in an AnimationPlayer's default library with a length in seconds and a loop mode (0 none, 1 linear, 2 pingpong)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| length | No | ||
| loop_mode | No | ||
| node_path | Yes |