Struct skeletal_animation::skeleton::Skeleton [] [src]

pub struct Skeleton {
    pub joints: Vec<Joint>,
}

Fields

All joints in the skeleton

Methods

impl Skeleton
[src]

[src]

Build a skeleton fromm a Collada skeleton

[src]

[src]

[src]

Trait Implementations

impl Debug for Skeleton
[src]

[src]

Formats the value using the given formatter.

impl Clone for Skeleton
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more