pico-animation 0.2.0

An Animation module for the pico engine ecs system
Documentation
1
2
3
4
5
6
use pico_ecs::_component::Component;

pub struct AnimatorState {
    pub animation_state: usize,
}
impl Component for AnimatorState {}