Animation (Legacy)
warning
The Animation component is deprecated. It has been replaced by the Anim component.
The animation component enables an entity to specify animations that can be applied to a model assigned to a model component.
The animation component can be enabled or disabled using the toggle in the top-right of the component panel. When enabled, the component plays the assigned animations.

Properties
| Property | Description |
|---|---|
| Assets | The animation assets that can be utilized by this entity. Multiple animations can be assigned via the picker control. |
| Speed | A multiplier for animation playback speed. 0 will freeze animation playback, and 1 represents the normal playback speed of the asset. |
| Activate | If checked, the component will start playing the animation on load. |
| Loop | If checked, the animation will continue to loop back to the start on completion. Otherwise, the animation will come to a stop on its final frame. |
Scripting Interface
You can control the animation component's properties using a script component. The animation component's scripting interface is here.