pub struct BoneWeights4 {
pub boneIndex_0_: Option<i32>,
pub boneIndex_1_: Option<i32>,
pub boneIndex_2_: Option<i32>,
pub boneIndex_3_: Option<i32>,
pub weight_0_: Option<f32>,
pub weight_1_: Option<f32>,
pub weight_2_: Option<f32>,
pub weight_3_: Option<f32>,
}Expand description
BoneWeights4 is a sub class of the Unity engine since version 2017.1.0b1.
Fields§
§boneIndex_0_: Option<i32>i32: (2017.1.0b1 - 2022.3.2f1)
boneIndex_1_: Option<i32>i32: (2017.1.0b1 - 2022.3.2f1)
boneIndex_2_: Option<i32>i32: (2017.1.0b1 - 2022.3.2f1)
boneIndex_3_: Option<i32>i32: (2017.1.0b1 - 2022.3.2f1)
weight_0_: Option<f32>f32: (2017.1.0b1 - 2022.3.2f1)
weight_1_: Option<f32>f32: (2017.1.0b1 - 2022.3.2f1)
weight_2_: Option<f32>f32: (2017.1.0b1 - 2022.3.2f1)
weight_3_: Option<f32>f32: (2017.1.0b1 - 2022.3.2f1)
Trait Implementations§
Source§impl Debug for BoneWeights4
impl Debug for BoneWeights4
Source§impl<'de> Deserialize<'de> for BoneWeights4
impl<'de> Deserialize<'de> for BoneWeights4
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for BoneWeights4
impl RefUnwindSafe for BoneWeights4
impl Send for BoneWeights4
impl Sync for BoneWeights4
impl Unpin for BoneWeights4
impl UnwindSafe for BoneWeights4
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more