Struct spine_data::spine::AnimationDeform [] [src]

pub struct AnimationDeform {
    pub time: f64,
    pub vertices: Vec<f64>,
    pub offset: u64,
    pub curve: Interpolation,
}

Fields

Trait Implementations

impl Clone for AnimationDeform
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AnimationDeform
[src]

[src]

Formats the value using the given formatter.