Struct amethyst_renderer::JointTransformsPrefab[][src]

pub struct JointTransformsPrefab {
    pub skin: usize,
    pub size: usize,
}

Prefab for JointTransforms

Fields

Index of skin Entity

Number of joints in the skin

Trait Implementations

impl Default for JointTransformsPrefab
[src]

Returns the "default value" for a type. Read more

impl Clone for JointTransformsPrefab
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for JointTransformsPrefab
[src]

Formats the value using the given formatter. Read more

impl<'a> PrefabData<'a> for JointTransformsPrefab
[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