Trait bevy_manim::prelude::Drawing[][src]

pub trait Drawing: Sync + Send + 'static {
    fn get_tessellation(&self) -> Tessellation;

    fn get_mesh(&self) -> Mesh { ... }
fn animate<A: AnimationKind>(&self, animation: A) -> PackedAnimation { ... } }

Required methods

Provided methods

Implementors