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