stop_modelengine_animation
Stop an animation on a ModelEngine entity — action entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | stop_modelengine_animation |
| Type | Action |
| Color | Red |
| Icon | material-symbols:stop |
Fields
| Field | Type | Description |
|---|---|---|
entity | Ref<ModelEngineInstance> | The ModelEngine entity to stop the animation on |
animation | Var<String> | The name of the animation to stop (empty to stop all) |
force | Var<Boolean> | Force the animation to stop |
audience | Ref<AudienceEntry> | The audience for which the animation will stop (Individual by default) |
Usage Example
- entry: stop_modelengine_animation
name: "Stop an animation on a ModelEngine entity"
entity: ""
animation: ""
force: false
audience: ""