Struct rin_scene::animation::path_follower::EntityWithPathMut [−][src]
pub struct EntityWithPathMut<'a> { /* fields omitted */ }Implementations
impl<'a> EntityWithPathMut<'a>[src]
impl<'a> EntityWithPathMut<'a>[src]pub fn arrived(&self) -> bool[src]
pub fn speed(&self) -> Option<f32>[src]
pub fn set_speed(&mut self, speed: f32) -> Result<(), Error>[src]
pub fn reset_current_position(&mut self)[src]
pub fn path(&self) -> &Path[src]
pub fn path_mut(&mut self) -> &mut Path[src]
pub fn transformation(&self) -> &Node[src]
pub fn transformation_mut(&mut self) -> &mut Node[src]
Trait Implementations
impl<'a> DataAccesses for EntityWithPathMut<'a>[src]
impl<'a> DataAccesses for EntityWithPathMut<'a>[src]impl<'a, '_filter_lifetimed_> Filter<'_filter_lifetimed_> for EntityWithPathMut<'a>[src]
impl<'a, '_filter_lifetimed_> Filter<'_filter_lifetimed_> for EntityWithPathMut<'a>[src]type Lifetimed = EntityWithPathMut<'_filter_lifetimed_>
impl<'a> FilterFrom<(<Write<'a, Node> as UnorderedData<'a>>::ComponentsRef, <Write<'a, Path> as UnorderedData<'a>>::ComponentsRef, <WriteOption<'a, Speed> as UnorderedData<'a>>::ComponentsRef, <WriteOption<'a, Delta> as UnorderedData<'a>>::ComponentsRef, <Write<'a, CurrentPosition> as UnorderedData<'a>>::ComponentsRef, <WriteOption<'a, SkinningUpToDate> as UnorderedData<'a>>::ComponentsRef, <Not<'a, ReynoldsPathInfo> as UnorderedData<'a>>::ComponentsRef)> for EntityWithPathMut<'a>[src]
impl<'a> FilterFrom<(<Write<'a, Node> as UnorderedData<'a>>::ComponentsRef, <Write<'a, Path> as UnorderedData<'a>>::ComponentsRef, <WriteOption<'a, Speed> as UnorderedData<'a>>::ComponentsRef, <WriteOption<'a, Delta> as UnorderedData<'a>>::ComponentsRef, <Write<'a, CurrentPosition> as UnorderedData<'a>>::ComponentsRef, <WriteOption<'a, SkinningUpToDate> as UnorderedData<'a>>::ComponentsRef, <Not<'a, ReynoldsPathInfo> as UnorderedData<'a>>::ComponentsRef)> for EntityWithPathMut<'a>[src]fn filter_from(
t: (<Write<'a, Node> as UnorderedData<'a>>::ComponentsRef, <Write<'a, Path> as UnorderedData<'a>>::ComponentsRef, <WriteOption<'a, Speed> as UnorderedData<'a>>::ComponentsRef, <WriteOption<'a, Delta> as UnorderedData<'a>>::ComponentsRef, <Write<'a, CurrentPosition> as UnorderedData<'a>>::ComponentsRef, <WriteOption<'a, SkinningUpToDate> as UnorderedData<'a>>::ComponentsRef, <Not<'a, ReynoldsPathInfo> as UnorderedData<'a>>::ComponentsRef)
) -> Self[src]
t: (<Write<'a, Node> as UnorderedData<'a>>::ComponentsRef, <Write<'a, Path> as UnorderedData<'a>>::ComponentsRef, <WriteOption<'a, Speed> as UnorderedData<'a>>::ComponentsRef, <WriteOption<'a, Delta> as UnorderedData<'a>>::ComponentsRef, <Write<'a, CurrentPosition> as UnorderedData<'a>>::ComponentsRef, <WriteOption<'a, SkinningUpToDate> as UnorderedData<'a>>::ComponentsRef, <Not<'a, ReynoldsPathInfo> as UnorderedData<'a>>::ComponentsRef)
) -> Self
impl<'a> FromComponent<'a, EntityWithPathMut<'a>> for EntityWithPathMut<'a>[src]
impl<'a> FromComponent<'a, EntityWithPathMut<'a>> for EntityWithPathMut<'a>[src]fn from_component(component: EntityWithPathMut<'a>) -> Self[src]
impl<'a> UnorderedData<'a> for EntityWithPathMut<'a>[src]
impl<'a> UnorderedData<'a> for EntityWithPathMut<'a>[src]type Iter = FilterIter<'a, Self, (<Write<'a, Node> as UnorderedData<'a>>::Storage, <Write<'a, Path> as UnorderedData<'a>>::Storage, <WriteOption<'a, Speed> as UnorderedData<'a>>::Storage, <WriteOption<'a, Delta> as UnorderedData<'a>>::Storage, <Write<'a, CurrentPosition> as UnorderedData<'a>>::Storage, <WriteOption<'a, SkinningUpToDate> as UnorderedData<'a>>::Storage, <Not<'a, ReynoldsPathInfo> as UnorderedData<'a>>::Storage)>
type IterMut = FilterIter<'a, Self, (<Write<'a, Node> as UnorderedData<'a>>::Storage, <Write<'a, Path> as UnorderedData<'a>>::Storage, <WriteOption<'a, Speed> as UnorderedData<'a>>::Storage, <WriteOption<'a, Delta> as UnorderedData<'a>>::Storage, <Write<'a, CurrentPosition> as UnorderedData<'a>>::Storage, <WriteOption<'a, SkinningUpToDate> as UnorderedData<'a>>::Storage, <Not<'a, ReynoldsPathInfo> as UnorderedData<'a>>::Storage)>
type Components = (<Write<'a, Node> as UnorderedData<'a>>::Components, <Write<'a, Path> as UnorderedData<'a>>::Components, <WriteOption<'a, Speed> as UnorderedData<'a>>::Components, <WriteOption<'a, Delta> as UnorderedData<'a>>::Components, <Write<'a, CurrentPosition> as UnorderedData<'a>>::Components, <WriteOption<'a, SkinningUpToDate> as UnorderedData<'a>>::Components, <Not<'a, ReynoldsPathInfo> as UnorderedData<'a>>::Components)
type ComponentsRef = Self
type Storage = FilterStorage<'a, Self, (<Write<'a, Node> as UnorderedData<'a>>::Storage, <Write<'a, Path> as UnorderedData<'a>>::Storage, <WriteOption<'a, Speed> as UnorderedData<'a>>::Storage, <WriteOption<'a, Delta> as UnorderedData<'a>>::Storage, <Write<'a, CurrentPosition> as UnorderedData<'a>>::Storage, <WriteOption<'a, SkinningUpToDate> as UnorderedData<'a>>::Storage, <Not<'a, ReynoldsPathInfo> as UnorderedData<'a>>::Storage)>
fn query_mask<E: EntitiesStorage>(entities: &E) -> Bitmask[src]
fn into_iter<E: EntitiesStorage>(entities: &'a E) -> Self::Iter[src]
fn into_iter_mut<E: EntitiesStorage>(entities: &'a E) -> Self::IterMut[src]
fn storage<E: EntitiesStorage>(entities: &'a E) -> Option<Self::Storage>[src]
impl<'a> SafeIter<'a> for EntityWithPathMut<'a> where
Write<'a, Node>: SafeIter<'a>,
Write<'a, Path>: SafeIter<'a>,
WriteOption<'a, Speed>: SafeIter<'a>,
WriteOption<'a, Delta>: SafeIter<'a>,
Write<'a, CurrentPosition>: SafeIter<'a>,
WriteOption<'a, SkinningUpToDate>: SafeIter<'a>,
Not<'a, ReynoldsPathInfo>: SafeIter<'a>, [src]
Write<'a, Node>: SafeIter<'a>,
Write<'a, Path>: SafeIter<'a>,
WriteOption<'a, Speed>: SafeIter<'a>,
WriteOption<'a, Delta>: SafeIter<'a>,
Write<'a, CurrentPosition>: SafeIter<'a>,
WriteOption<'a, SkinningUpToDate>: SafeIter<'a>,
Not<'a, ReynoldsPathInfo>: SafeIter<'a>,
impl<'a> SafeStreamingIter<'a> for EntityWithPathMut<'a> where
Write<'a, Node>: SafeStreamingIter<'a>, [src]
Write<'a, Node>: SafeStreamingIter<'a>,
Auto Trait Implementations
impl<'a> RefUnwindSafe for EntityWithPathMut<'a>
impl<'a> Send for EntityWithPathMut<'a>
impl<'a> Sync for EntityWithPathMut<'a>
impl<'a> Unpin for EntityWithPathMut<'a>
impl<'a> !UnwindSafe for EntityWithPathMut<'a>
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]