set_animation_keyframe
Insert or replace a keyframe on a Godot animation track at a specified time, using an easing transition curve.
Instructions
Insert or replace a keyframe at a time in seconds on an animation track, with an easing transition curve
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | No | ||
| value | Yes | ||
| easing | No | ||
| animation | Yes | ||
| node_path | Yes | ||
| track_index | No |