Struct three::animation::Clip [] [src]

pub struct Clip {
    pub name: Option<String>,
    pub tracks: Vec<(Track, Target)>,
}

A reusable set of keyframe tracks which represent an animation.

Fields

A name for this clip.

The animation keyframe tracks.

Trait Implementations

impl Clone for Clip
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Clip
[src]

[src]

Formats the value using the given formatter.