Trait rin::scene::animation::PathFollowerBuilderExt[][src]

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

Required methods

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

Loading content...

Implementors

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

Loading content...