Struct spine_data::spine::AnimationTransform [] [src]

pub struct AnimationTransform {
    pub time: f64,
    pub rotate_mix: f64,
    pub translate_mix: f64,
    pub scale_mix: f64,
    pub shear_mix: f64,
}

Fields

Trait Implementations

impl Clone for AnimationTransform
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AnimationTransform
[src]

[src]

Formats the value using the given formatter.