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