create_animation
Create an AnimationPlayer on a node, configure animations with property tracks and keyframes.
Instructions
Create an AnimationPlayer with animations on a node
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | ||
| scenePath | Yes | ||
| nodePath | Yes | Node to attach AnimationPlayer to | |
| animations | Yes | Array of animations: [{name, length, loop, tracks: [{property, keys: [{time, value}]}]}] |