pub struct hkbHandIkModifierHand<'a> {Show 15 fields
pub __ptr: Option<Pointer>,
pub m_elbowAxisLS: Vector4,
pub m_backHandNormalLS: Vector4,
pub m_handOffsetLS: Vector4,
pub m_handOrienationOffsetLS: Quaternion,
pub m_maxElbowAngleDegrees: f32,
pub m_minElbowAngleDegrees: f32,
pub m_shoulderIndex: i16,
pub m_shoulderSiblingIndex: i16,
pub m_elbowIndex: i16,
pub m_elbowSiblingIndex: i16,
pub m_wristIndex: i16,
pub m_enforceEndPosition: bool,
pub m_enforceEndRotation: bool,
pub m_localFrameName: StringPtr<'a>,
}
Expand description
§C++ Info
- name:
hkbHandIkModifierHand
- version:
3
- signature:
0x14dfe1dd
- 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_elbowAxisLS: Vector4
§C++ Info
- name:
elbowAxisLS
(ctype:hkVector4
) - offset:
0
(x86)/0
(x86_64) - type_size:
16
(x86)/16
(x86_64)
m_backHandNormalLS: Vector4
§C++ Info
- name:
backHandNormalLS
(ctype:hkVector4
) - offset:
16
(x86)/16
(x86_64) - type_size:
16
(x86)/16
(x86_64)
m_handOffsetLS: Vector4
§C++ Info
- name:
handOffsetLS
(ctype:hkVector4
) - offset:
32
(x86)/32
(x86_64) - type_size:
16
(x86)/16
(x86_64)
m_handOrienationOffsetLS: Quaternion
§C++ Info
- name:
handOrienationOffsetLS
(ctype:hkQuaternion
) - offset:
48
(x86)/48
(x86_64) - type_size:
16
(x86)/16
(x86_64)
m_maxElbowAngleDegrees: f32
§C++ Info
- name:
maxElbowAngleDegrees
(ctype:hkReal
) - offset:
64
(x86)/64
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_minElbowAngleDegrees: f32
§C++ Info
- name:
minElbowAngleDegrees
(ctype:hkReal
) - offset:
68
(x86)/68
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_shoulderIndex: i16
§C++ Info
- name:
shoulderIndex
(ctype:hkInt16
) - offset:
72
(x86)/72
(x86_64) - type_size:
2
(x86)/2
(x86_64)
m_shoulderSiblingIndex: i16
§C++ Info
- name:
shoulderSiblingIndex
(ctype:hkInt16
) - offset:
74
(x86)/74
(x86_64) - type_size:
2
(x86)/2
(x86_64)
m_elbowIndex: i16
§C++ Info
- name:
elbowIndex
(ctype:hkInt16
) - offset:
76
(x86)/76
(x86_64) - type_size:
2
(x86)/2
(x86_64)
m_elbowSiblingIndex: i16
§C++ Info
- name:
elbowSiblingIndex
(ctype:hkInt16
) - offset:
78
(x86)/78
(x86_64) - type_size:
2
(x86)/2
(x86_64)
m_wristIndex: i16
§C++ Info
- name:
wristIndex
(ctype:hkInt16
) - offset:
80
(x86)/80
(x86_64) - type_size:
2
(x86)/2
(x86_64)
m_enforceEndPosition: bool
§C++ Info
- name:
enforceEndPosition
(ctype:hkBool
) - offset:
82
(x86)/82
(x86_64) - type_size:
1
(x86)/1
(x86_64)
m_enforceEndRotation: bool
§C++ Info
- name:
enforceEndRotation
(ctype:hkBool
) - offset:
83
(x86)/83
(x86_64) - type_size:
1
(x86)/1
(x86_64)
m_localFrameName: StringPtr<'a>
§C++ Info
- name:
localFrameName
(ctype:hkStringPtr
) - offset:
84
(x86)/88
(x86_64) - type_size:
4
(x86)/8
(x86_64)
Trait Implementations§
Source§impl<'a> Clone for hkbHandIkModifierHand<'a>
impl<'a> Clone for hkbHandIkModifierHand<'a>
Source§impl<'a> Debug for hkbHandIkModifierHand<'a>
impl<'a> Debug for hkbHandIkModifierHand<'a>
Source§impl<'a> Default for hkbHandIkModifierHand<'a>
impl<'a> Default for hkbHandIkModifierHand<'a>
Source§impl<'de> Deserialize<'de> for hkbHandIkModifierHand<'de>
impl<'de> Deserialize<'de> for hkbHandIkModifierHand<'de>
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<'a> HavokClass for hkbHandIkModifierHand<'a>
impl<'a> HavokClass for hkbHandIkModifierHand<'a>
Source§impl<'a> PartialEq for hkbHandIkModifierHand<'a>
impl<'a> PartialEq for hkbHandIkModifierHand<'a>
Auto Trait Implementations§
impl<'a> Freeze for hkbHandIkModifierHand<'a>
impl<'a> RefUnwindSafe for hkbHandIkModifierHand<'a>
impl<'a> Send for hkbHandIkModifierHand<'a>
impl<'a> Sync for hkbHandIkModifierHand<'a>
impl<'a> Unpin for hkbHandIkModifierHand<'a>
impl<'a> UnwindSafe for hkbHandIkModifierHand<'a>
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