Struct ExPlaySectionWithMarkersBackwards
pub struct ExPlaySectionWithMarkersBackwards<'a> { /* private fields */ }
Expand description
Default-param extender for AnimationPlayer::play_section_with_markers_backwards_ex
.
Implementations§
§impl<'a> ExPlaySectionWithMarkersBackwards<'a>
impl<'a> ExPlaySectionWithMarkersBackwards<'a>
pub fn name( self, name: impl AsArg<StringName> + 'a, ) -> ExPlaySectionWithMarkersBackwards<'a>
pub fn start_marker( self, start_marker: impl AsArg<StringName> + 'a, ) -> ExPlaySectionWithMarkersBackwards<'a>
pub fn end_marker( self, end_marker: impl AsArg<StringName> + 'a, ) -> ExPlaySectionWithMarkersBackwards<'a>
pub fn custom_blend( self, custom_blend: f64, ) -> ExPlaySectionWithMarkersBackwards<'a>
pub fn done(self)
Auto Trait Implementations§
impl<'a> Freeze for ExPlaySectionWithMarkersBackwards<'a>
impl<'a> RefUnwindSafe for ExPlaySectionWithMarkersBackwards<'a>
impl<'a> !Send for ExPlaySectionWithMarkersBackwards<'a>
impl<'a> !Sync for ExPlaySectionWithMarkersBackwards<'a>
impl<'a> Unpin for ExPlaySectionWithMarkersBackwards<'a>
impl<'a> !UnwindSafe for ExPlaySectionWithMarkersBackwards<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more