Skip to main content

Animation (Legacy)

warning

The Animation Component is deprecated. It has been replaced by the Anim Component.

The Animation Component enables an entity to specify which animations can be applied to the model assigned to its Model Component.

Animation Component

Properties

PropertyDescription
AssetsThe animation assets that can be utilized by this entity. Multiple animations can be assigned via the picker control.
SpeedA multiplier for animation playback speed. 0 will freeze animation playback, 1 represents the normal playback speed of the asset, and negative values will play the animation in reverse. Range is -2 to 2.
ActivateIf checked, the component will start playing the animation on load.
LoopIf 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.

See Also

Scripting Interface

You can control an Animation Component's properties using a Script Component. The Animation Component's scripting interface is here.