Struct ExPlaySectionWithMarkers
pub struct ExPlaySectionWithMarkers<'ex> { /* private fields */ }Expand description
Default-param extender for AnimationPlayer::play_section_with_markers_ex.
Implementations§
§impl<'ex> ExPlaySectionWithMarkers<'ex>
impl<'ex> ExPlaySectionWithMarkers<'ex>
pub fn name( self, name: impl AsArg<StringName> + 'ex, ) -> ExPlaySectionWithMarkers<'ex>
pub fn start_marker( self, start_marker: impl AsArg<StringName> + 'ex, ) -> ExPlaySectionWithMarkers<'ex>
pub fn end_marker( self, end_marker: impl AsArg<StringName> + 'ex, ) -> ExPlaySectionWithMarkers<'ex>
pub fn custom_blend(self, custom_blend: f64) -> ExPlaySectionWithMarkers<'ex>
pub fn custom_speed(self, custom_speed: f32) -> ExPlaySectionWithMarkers<'ex>
pub fn from_end(self, from_end: bool) -> ExPlaySectionWithMarkers<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExPlaySectionWithMarkers<'ex>
impl<'ex> RefUnwindSafe for ExPlaySectionWithMarkers<'ex>
impl<'ex> !Send for ExPlaySectionWithMarkers<'ex>
impl<'ex> !Sync for ExPlaySectionWithMarkers<'ex>
impl<'ex> Unpin for ExPlaySectionWithMarkers<'ex>
impl<'ex> !UnwindSafe for ExPlaySectionWithMarkers<'ex>
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