Skip to main content

IITweenValue_2Methods

Trait IITweenValue_2Methods 

Source
pub trait IITweenValue_2Methods: IITweenValue_2 {
    // Provided methods
    fn tween_value(self, float_percentage: impl Into<f32>) { ... }
    fn get_ignore_time_scale(self) -> bool { ... }
    fn get_duration(self) -> f32 { ... }
    fn valid_target(self) -> bool { ... }
}

Provided Methods§

Source

fn tween_value(self, float_percentage: impl Into<f32>)

TweenValue(f32) overload

Source

fn get_ignore_time_scale(self) -> bool

get_ignoreTimeScale() overload

Source

fn get_duration(self) -> f32

get_duration() overload

Source

fn valid_target(self) -> bool

ValidTarget() overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IITweenValue_2> IITweenValue_2Methods for __T

Available on crate feature tm_pro-itweenvalue_2 only.