Trait raylib::core::models::RaylibModelAnimation[][src]

pub trait RaylibModelAnimation: AsRef<ModelAnimation> + AsMut<ModelAnimation> {
    fn bones(&self) -> &[BoneInfo] { ... }
fn bones_mut(&mut self) -> &mut [BoneInfo] { ... }
fn frame_poses(&self) -> Vec<&[Transform]> { ... }
fn frame_poses_mut(&mut self) -> Vec<&mut [Transform]> { ... } }

Provided methods

Implementors