Crate bevy_sprite_animation

Source

Modules§

attributes
dot
node_core
node_id
nodes
prelude
serde
state
system_set

Structs§

AnimationNode
SpriteAnimationPlugin
The plugin that adds all you need for the Animation sytem The const is the max number of nodes that are to be run per entity per frame This is to stop infinity looping, you should be abel to see this high if you have no nodes that loop This will only report as a warning when the max depth is reached so please dont set it too high if there is a potental to loop start small get bigger, keep it as small as you can whithout rist of breaking early
StartNode