pub struct hkbFootIkDriverInfoLeg {Show 14 fields
pub __ptr: Option<Pointer>,
pub m_prevAnkleRotLS: Quaternion,
pub m_kneeAxisLS: Vector4,
pub m_footEndLS: Vector4,
pub m_footPlantedAnkleHeightMS: f32,
pub m_footRaisedAnkleHeightMS: f32,
pub m_maxAnkleHeightMS: f32,
pub m_minAnkleHeightMS: f32,
pub m_maxKneeAngleDegrees: f32,
pub m_minKneeAngleDegrees: f32,
pub m_maxAnkleAngleDegrees: f32,
pub m_hipIndex: i16,
pub m_kneeIndex: i16,
pub m_ankleIndex: i16,
}
Expand description
§C++ Info
- name:
hkbFootIkDriverInfoLeg
- version:
0
- signature:
0x224b18d1
- size:
96
(x86)/96
(x86_64) - vtable:
false
Fields§
§__ptr: Option<Pointer>
§Unique index for this class
- Represents a pointer on XML (
<hkobject name="#0001"></hkobject>
) Option::None
=> This class isclass in field
.(<hkobject></hkobject>
)
§Note
Not present in the binary & Not exist actual C++ field.
m_prevAnkleRotLS: Quaternion
§C++ Info
- name:
prevAnkleRotLS
(ctype:hkQuaternion
) - offset:
0
(x86)/0
(x86_64) - type_size:
16
(x86)/16
(x86_64) - flags:
SERIALIZE_IGNORED
m_kneeAxisLS: Vector4
§C++ Info
- name:
kneeAxisLS
(ctype:hkVector4
) - offset:
16
(x86)/16
(x86_64) - type_size:
16
(x86)/16
(x86_64)
m_footEndLS: Vector4
§C++ Info
- name:
footEndLS
(ctype:hkVector4
) - offset:
32
(x86)/32
(x86_64) - type_size:
16
(x86)/16
(x86_64)
m_footPlantedAnkleHeightMS: f32
§C++ Info
- name:
footPlantedAnkleHeightMS
(ctype:hkReal
) - offset:
48
(x86)/48
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_footRaisedAnkleHeightMS: f32
§C++ Info
- name:
footRaisedAnkleHeightMS
(ctype:hkReal
) - offset:
52
(x86)/52
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_maxAnkleHeightMS: f32
§C++ Info
- name:
maxAnkleHeightMS
(ctype:hkReal
) - offset:
56
(x86)/56
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_minAnkleHeightMS: f32
§C++ Info
- name:
minAnkleHeightMS
(ctype:hkReal
) - offset:
60
(x86)/60
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_maxKneeAngleDegrees: f32
§C++ Info
- name:
maxKneeAngleDegrees
(ctype:hkReal
) - offset:
64
(x86)/64
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_minKneeAngleDegrees: f32
§C++ Info
- name:
minKneeAngleDegrees
(ctype:hkReal
) - offset:
68
(x86)/68
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_maxAnkleAngleDegrees: f32
§C++ Info
- name:
maxAnkleAngleDegrees
(ctype:hkReal
) - offset:
72
(x86)/72
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_hipIndex: i16
§C++ Info
- name:
hipIndex
(ctype:hkInt16
) - offset:
76
(x86)/76
(x86_64) - type_size:
2
(x86)/2
(x86_64)
m_kneeIndex: i16
§C++ Info
- name:
kneeIndex
(ctype:hkInt16
) - offset:
78
(x86)/78
(x86_64) - type_size:
2
(x86)/2
(x86_64)
m_ankleIndex: i16
§C++ Info
- name:
ankleIndex
(ctype:hkInt16
) - offset:
80
(x86)/80
(x86_64) - type_size:
2
(x86)/2
(x86_64)
Trait Implementations§
Source§impl Clone for hkbFootIkDriverInfoLeg
impl Clone for hkbFootIkDriverInfoLeg
Source§impl Debug for hkbFootIkDriverInfoLeg
impl Debug for hkbFootIkDriverInfoLeg
Source§impl Default for hkbFootIkDriverInfoLeg
impl Default for hkbFootIkDriverInfoLeg
Source§impl<'de> Deserialize<'de> for hkbFootIkDriverInfoLeg
impl<'de> Deserialize<'de> for hkbFootIkDriverInfoLeg
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
Source§impl HavokClass for hkbFootIkDriverInfoLeg
impl HavokClass for hkbFootIkDriverInfoLeg
Source§impl PartialEq for hkbFootIkDriverInfoLeg
impl PartialEq for hkbFootIkDriverInfoLeg
Auto Trait Implementations§
impl Freeze for hkbFootIkDriverInfoLeg
impl RefUnwindSafe for hkbFootIkDriverInfoLeg
impl Send for hkbFootIkDriverInfoLeg
impl Sync for hkbFootIkDriverInfoLeg
impl Unpin for hkbFootIkDriverInfoLeg
impl UnwindSafe for hkbFootIkDriverInfoLeg
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more