pub struct BoneInit {
pub parent: Option<BoneIndex>,
pub rest_position: Vec3A,
pub inverse_bind_matrix: Mat4,
pub transform_order: i32,
pub fixed_axis: Option<Vec3A>,
}Fields§
§parent: Option<BoneIndex>§rest_position: Vec3A§inverse_bind_matrix: Mat4§transform_order: i32§fixed_axis: Option<Vec3A>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoneInit
impl RefUnwindSafe for BoneInit
impl Send for BoneInit
impl Sync for BoneInit
impl Unpin for BoneInit
impl UnsafeUnpin for BoneInit
impl UnwindSafe for BoneInit
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