Struct oxygengine_user_interface::raui::core::animator::AnimatedValueProgress [−][src]
Expand description
The amount of progress made for a value in an animation
Fields
progress_factor: f32How far along this animation is from 0 to 1
time: f32The amount of time this animation has been running
duration: f32The amount of time that this animation will run for
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AnimatedValueProgressimpl Send for AnimatedValueProgressimpl Sync for AnimatedValueProgressimpl Unpin for AnimatedValueProgressimpl UnwindSafe for AnimatedValueProgressBlanket Implementations
Mutably borrows from an owned value. Read more