Trait rin_scene::animation::path_follower::PathFollowerBuilderExt[][src]

pub trait PathFollowerBuilderExt<C> {
    fn add_path_follower(
        &mut self,
        entity: &Entity
    ) -> PathFollowerBuilder<'_, C>; }

Required methods

fn add_path_follower(&mut self, entity: &Entity) -> PathFollowerBuilder<'_, C>[src]

Loading content...

Implementors

impl<'a, C: CreationContext<'a>> PathFollowerBuilderExt<C> for C[src]

Loading content...