play_modelengine_animation
Play an animation on a ModelEngine entity — action entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | play_modelengine_animation |
| Type | Action |
| Color | Red |
| Icon | material-symbols:play-arrow |
Fields
| Field | Type | Description |
|---|---|---|
entity | Ref<ModelEngineInstance> | The ModelEngine entity to play the animation on |
animation | Var<String> | The name of the animation to play |
animationSettings | AnimationSettings | Animation playback settings |
audience | Ref<AudienceEntry> | The audience that will see the animation (Individual by default) |
Usage Example
- entry: play_modelengine_animation
name: "Play an animation on a ModelEngine entity"
entity: ""
animation: ""
animationSettings: ""
audience: ""