Struct spine_data::spine::AnimationBone [] [src]

pub struct AnimationBone {
    pub scale: Vec<ScaleKeyframe>,
    pub rotate: Vec<RotateKeyframe>,
    pub translate: Vec<TranslateKeyframe>,
    pub shear: Vec<ShearKeyframe>,
}

Fields

Trait Implementations

impl Clone for AnimationBone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AnimationBone
[src]

[src]

Formats the value using the given formatter.