Struct spine_data::spine::TranslateKeyframe [] [src]

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

Fields

Trait Implementations

impl Clone for TranslateKeyframe
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TranslateKeyframe
[src]

[src]

Formats the value using the given formatter.