[−][src]Trait mutiny::animation::path_follower::PathFollowerBuilder
Required Methods
fn add_path_follower(
&mut self,
entity: &Entity,
initial_speed: f32,
path: Option<Polyline>
)
&mut self,
entity: &Entity,
initial_speed: f32,
path: Option<Polyline>
)
fn add_path_follower_with_delta_provider(
&mut self,
entity: &Entity,
path: Option<Polyline>
)
&mut self,
entity: &Entity,
path: Option<Polyline>
)
Implementors
impl<C: CreationContext> PathFollowerBuilder for C
[src]
impl<C: CreationContext> PathFollowerBuilder for C