Expand description
Animation utilities and systems.
Structs§
- Animated
Sprite - Component that may be added to entities with an
AtlasSpriteto animate them. - Animation
Bank Sprite - Component that may be added to an
AtlasSpriteto control which animation, out of a set of animations, is playing.
Functions§
- animate_
sprites - System for automatically animating sprites with the
AnimatedSpritecomponent. - animation_
plugin - Install animation utilities into the given
SystemStages. - update_
animation_ banks - System for updating
AnimatedSprites based on thierAnimationBankSprite