cocos_add_animation
Attach animation clips to nodes in Cocos Creator scenes to add movement and visual effects to game objects.
Instructions
Attach cc.Animation. clip_uuids is a list of AnimationClip asset UUIDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene_path | Yes | ||
| node_id | Yes | ||
| default_clip_uuid | No | ||
| play_on_load | No | ||
| clip_uuids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |