Module animation

Module animation 

Source
Expand description

Animation utilities and systems.

Structs§

AnimatedSprite
Component that may be added to entities with an AtlasSprite to animate them.
AnimationBankSprite
Component that may be added to an AtlasSprite to control which animation, out of a set of animations, is playing.

Functions§

animate_sprites
System for automatically animating sprites with the AnimatedSprite component.
animation_plugin
Install animation utilities into the given SystemStages.
update_animation_banks
System for updating AnimatedSprites based on thier AnimationBankSprite