Struct amethyst_gltf::GltfAnimation [] [src]

pub struct GltfAnimation {
    pub nodes: Vec<usize>,
    pub samplers: Vec<Sampler>,
    pub handle: Option<Handle<Animation>>,
}

A single animation

Fields

Trait Implementations

impl Debug for GltfAnimation
[src]

[src]

Formats the value using the given formatter.