Skip to main content

IITweenValueMethods

Trait IITweenValueMethods 

Source
pub trait IITweenValueMethods: IITweenValue {
    // 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> IITweenValueMethods for __T

Available on crate feature unity_engine-ui-coroutine_tween-itweenvalue only.