pub struct Tween {}
Implementations§
Source§impl Tween
impl Tween
pub fn get_id() -> usize
pub fn is_playing() -> bool
pub fn is_paused() -> bool
pub fn to() -> bool
pub fn duration() -> bool
pub fn start() -> bool
pub fn stop() -> bool
pub fn end() -> bool
pub fn pause() -> bool
pub fn resume() -> bool
pub fn stop_chained_tweens() -> bool
pub fn group() -> bool
pub fn delay() -> bool
pub fn repeat() -> bool
pub fn repeat_delay() -> bool
pub fn yoyo() -> bool
pub fn easing() -> bool
pub fn interpolation() -> bool
pub fn chain() -> bool
pub fn on_start() -> bool
pub fn on_update() -> bool
pub fn on_repeat() -> bool
pub fn on_complete() -> bool
pub fn on_stop() -> bool
pub fn update() -> bool
Auto Trait Implementations§
impl Freeze for Tween
impl RefUnwindSafe for Tween
impl Send for Tween
impl Sync for Tween
impl Unpin for Tween
impl UnwindSafe for Tween
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