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