Struct spine_data::spine::Animation [] [src]

pub struct Animation {
    pub slots: HashMap<String, AnimationSlot>,
    pub bones: HashMap<String, AnimationBone>,
    pub transform: HashMap<String, AnimationTransform>,
    pub deform: HashMap<String, HashMap<String, HashMap<String, AnimationTransform>>>,
}

Fields

Trait Implementations

impl Clone for Animation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Animation
[src]

[src]

Formats the value using the given formatter.