Struct amethyst_animation::JointPrefab[][src]

pub struct JointPrefab {
    pub skin: usize,
    pub inverse_bind_matrix: Matrix4<f32>,
}

PrefabData for loading Joints

Fields

Index of the Prefab Entity where the Skin is placed.

Inverse bind matrix of the Joint

Trait Implementations

impl Debug for JointPrefab
[src]

Formats the value using the given formatter. Read more

impl Clone for JointPrefab
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> PrefabData<'a> for JointPrefab
[src]

SystemData needed to perform the load

The result type returned by the load operation

Load the data for this prefab onto the given Entity Read more

Trigger asset loading for any sub assets. Read more

Auto Trait Implementations

impl Send for JointPrefab

impl Sync for JointPrefab