Struct rin::blender::skinning::GeometryWeights [−][src]
pub struct GeometryWeights {
pub dvert: Vec<Option<MDeformVert>, Global>,
pub dweight: Vec<MDeformWeight, Global>,
pub final_dverts: Vec<Option<MDeformVert>, Global>,
pub final_weights: Vec<MDeformWeight, Global>,
pub gpu_weights: Vec<SkinWeights, Global>,
pub deformflags: ArmatureDeformFlag,
}Fields
dvert: Vec<Option<MDeformVert>, Global>dweight: Vec<MDeformWeight, Global>final_dverts: Vec<Option<MDeformVert>, Global>final_weights: Vec<MDeformWeight, Global>gpu_weights: Vec<SkinWeights, Global>deformflags: ArmatureDeformFlagTrait Implementations
impl Clone for GeometryWeights[src]
impl Clone for GeometryWeights[src]pub fn clone(&self) -> GeometryWeights[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Component for GeometryWeights[src]
impl Component for GeometryWeights[src]type Storage = KeyedDenseVec<usize, GeometryWeights>
type MutStorageCacheGuard = ()
pub fn type_name() -> &'static str[src]
pub fn is_reference() -> bool[src]
pub fn id() -> TypeId[src]
pub fn references_other(
) -> Option<Box<dyn Fn(&Storages, &Entity) + 'static, Global>>[src]
) -> Option<Box<dyn Fn(&Storages, &Entity) + 'static, Global>>
impl Debug for GeometryWeights[src]
impl Debug for GeometryWeights[src]impl<'a> DebugParameter for GeometryWeights[src]
impl<'a> DebugParameter for GeometryWeights[src]pub fn debug<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer, [src]
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer,
Auto Trait Implementations
impl RefUnwindSafe for GeometryWeights
impl Send for GeometryWeights
impl Sync for GeometryWeights
impl Unpin for GeometryWeights
impl UnwindSafe for GeometryWeights
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync, [src]
impl<T> DowncastSync for T where
T: Any + Send + Sync, [src]impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]pub fn to_subset(&self) -> Option<SS>[src]
pub fn is_in_subset(&self) -> bool[src]
pub fn to_subset_unchecked(&self) -> SS[src]
pub fn from_subset(element: &SS) -> SP[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]pub fn to_subset(&self) -> Option<SS>[src]
pub fn is_in_subset(&self) -> bool[src]
pub fn to_subset_unchecked(&self) -> SS[src]
pub fn from_subset(element: &SS) -> SP[src]
impl<C> ComponentSend for C where
C: Component + Send, [src]
C: Component + Send,
impl<C> ComponentThreadLocal for C where
C: Component, [src]
C: Component,