Struct skeletal_animation::animation::AnimationClipDef [] [src]

pub struct AnimationClipDef {
    pub name: String,
    pub source: String,
    pub duration: f32,
    pub rotate_z: f32,
}

Fields

Trait Implementations

impl Debug for AnimationClipDef
[src]

[src]

Formats the value using the given formatter.

impl Decodable for AnimationClipDef
[src]

[src]

Deserialize a value using a Decoder.