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]
Implementors
impl<'a, C: CreationContext<'a>> PathFollowerBuilderExt<C> for C[src]
impl<'a, C: CreationContext<'a>> PathFollowerBuilderExt<C> for C[src]fn add_path_follower(
&mut self,
entity: &Entity
) -> PathFollowerBuilder<'_, Self>[src]
&mut self,
entity: &Entity
) -> PathFollowerBuilder<'_, Self>