Struct amethyst_renderer::JointTransformsPrefab [−][src]
Prefab for JointTransforms
Fields
skin: usize
Index of skin Entity
size: usize
Number of joints in the skin
Trait Implementations
impl Default for JointTransformsPrefab[src]
impl Default for JointTransformsPrefabfn default() -> JointTransformsPrefab[src]
fn default() -> JointTransformsPrefabReturns the "default value" for a type. Read more
impl Clone for JointTransformsPrefab[src]
impl Clone for JointTransformsPrefabfn clone(&self) -> JointTransformsPrefab[src]
fn clone(&self) -> JointTransformsPrefabReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for JointTransformsPrefab[src]
impl Debug for JointTransformsPrefabfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a> PrefabData<'a> for JointTransformsPrefab[src]
impl<'a> PrefabData<'a> for JointTransformsPrefabtype SystemData = WriteStorage<'a, JointTransforms>
SystemData needed to perform the load
type Result = ()
The result type returned by the load operation
fn load_prefab(
&self,
entity: Entity,
storage: &mut Self::SystemData,
entities: &[Entity]
) -> StdResult<(), PrefabError>[src]
fn load_prefab(
&self,
entity: Entity,
storage: &mut Self::SystemData,
entities: &[Entity]
) -> StdResult<(), PrefabError>Load the data for this prefab onto the given Entity Read more
fn trigger_sub_loading(
&mut self,
_progress: &mut ProgressCounter,
_system_data: &mut Self::SystemData
) -> Result<bool, Error>[src]
fn trigger_sub_loading(
&mut self,
_progress: &mut ProgressCounter,
_system_data: &mut Self::SystemData
) -> Result<bool, Error>Trigger asset loading for any sub assets. Read more
Auto Trait Implementations
impl Send for JointTransformsPrefab
impl Send for JointTransformsPrefabimpl Sync for JointTransformsPrefab
impl Sync for JointTransformsPrefab