Trait bevy_manim::core::AnimationKind[][src]

pub trait AnimationKind: Send + Sync + 'static + Clone {
    fn generate(self, tesselation: Tessellation) -> PackedAnimation;
}

Required methods

Implementors