[][src]Trait mutiny::animation::path_follower::PathFollowerBuilder

pub trait PathFollowerBuilder {
    fn add_path_follower(
        &mut self,
        entity: &Entity,
        initial_speed: f32,
        path: Option<Polyline>
    );
fn add_path_follower_with_delta_provider(
        &mut self,
        entity: &Entity,
        path: Option<Polyline>
    ); }

Required Methods

Implementors

impl<C: CreationContext> PathFollowerBuilder for C
[src]