Struct ms3d::KeyFrameData [] [src]

pub struct KeyFrameData {
    pub animation_fps: f32,
    pub current_time: f32,
    pub total_frames: i32,
}

Fields

Trait Implementations

impl Clone for KeyFrameData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for KeyFrameData
[src]

[src]

Formats the value using the given formatter.