Struct spine_data::spine::ShearKeyframe [] [src]

pub struct ShearKeyframe {
    pub time: f64,
    pub x: f64,
    pub y: f64,
    pub curve: Interpolation,
}

Fields

Trait Implementations

impl Clone for ShearKeyframe
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ShearKeyframe
[src]

[src]

Formats the value using the given formatter.