Struct rin::scene::animation::PathFollower [−][src]
pub struct PathFollower { /* fields omitted */ }
Implementations
impl PathFollower
[src]
impl PathFollower
[src]pub fn new() -> PathFollower
[src]
pub fn enable_reynolds_path_following(&mut self) -> &mut PathFollower
[src]
pub fn disable_tight_path_following(&mut self) -> &mut PathFollower
[src]
Trait Implementations
impl Bundle for PathFollower
[src]
impl Bundle for PathFollower
[src]type Parameters = ()
pub fn parameters(&self) -> Option<&<PathFollower as Bundle>::Parameters>
[src]
pub fn name(&self) -> &str
[src]
pub fn setup(self, world: &mut DeferredScene)
[src]
pub fn after_all_bundles_registered(&mut Scene)
[src]
impl Clone for PathFollower
[src]
impl Clone for PathFollower
[src]pub fn clone(&self) -> PathFollower
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for PathFollower
[src]
Auto Trait Implementations
impl RefUnwindSafe for PathFollower
impl Send for PathFollower
impl Sync for PathFollower
impl Unpin for PathFollower
impl UnwindSafe for PathFollower
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<T> Slottable for T where
T: Copy,
[src]
T: Copy,