set_animation_param
Set a specified parameter—like length, loop mode, or step—for an animation in a Godot scene by providing the scene path, animation name, and new value.
Instructions
Set animation parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| param | Yes | Parameter name (e.g. "length", "loop_mode", "step") | |
| value | Yes | New value for the parameter | |
| scene_path | Yes | Path to .tscn scene file | |
| animation_name | Yes | Name of the animation (as appears in AnimationPlayer) |