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