#[repr(C)]pub struct HumanDescription {Show 14 fields
pub human: Array<HumanBone>,
pub skeleton: Array<SkeletonBone>,
pub m_arm_twist: f32,
pub m_fore_arm_twist: f32,
pub m_upper_leg_twist: f32,
pub m_leg_twist: f32,
pub m_arm_stretch: f32,
pub m_leg_stretch: f32,
pub m_feet_spacing: f32,
pub m_global_scale: f32,
pub m_root_motion_bone_name: Il2CppString,
pub m_has_translation_do_f: bool,
pub m_has_extra_root: bool,
pub m_skeleton_has_parents: bool,
}Expand description
Fields§
§human: Array<HumanBone>§skeleton: Array<SkeletonBone>§m_arm_twist: f32§m_fore_arm_twist: f32§m_upper_leg_twist: f32§m_leg_twist: f32§m_arm_stretch: f32§m_leg_stretch: f32§m_feet_spacing: f32§m_global_scale: f32§m_root_motion_bone_name: Il2CppString§m_has_translation_do_f: bool§m_has_extra_root: bool§m_skeleton_has_parents: boolTrait Implementations§
Source§impl ClassIdentity for HumanDescription
impl ClassIdentity for HumanDescription
Source§impl Clone for HumanDescription
impl Clone for HumanDescription
Source§fn clone(&self) -> HumanDescription
fn clone(&self) -> HumanDescription
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HumanDescription
Auto Trait Implementations§
impl Freeze for HumanDescription
impl RefUnwindSafe for HumanDescription
impl !Send for HumanDescription
impl !Sync for HumanDescription
impl Unpin for HumanDescription
impl UnwindSafe for HumanDescription
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)