pub struct hkbCharacterData {Show 16 fields
pub __ptr: Option<Pointer>,
pub parent: hkReferencedObject,
pub m_characterControllerInfo: hkbCharacterDataCharacterControllerInfo,
pub m_modelUpMS: Vector4,
pub m_modelForwardMS: Vector4,
pub m_modelRightMS: Vector4,
pub m_characterPropertyInfos: Vec<hkbVariableInfo>,
pub m_numBonesPerLod: Vec<i32>,
pub m_characterPropertyValues: Pointer,
pub m_footIkDriverInfo: Pointer,
pub m_handIkDriverInfo: Pointer,
pub m_stringData: Pointer,
pub m_mirroredSkeletonInfo: Pointer,
pub m_scale: f32,
pub m_numHands: i16,
pub m_numFloatSlots: i16,
}
Expand description
§C++ Info
- name:
hkbCharacterData
- version:
7
- signature:
0x300d6808
- size:
144
(x86)/176
(x86_64) - vtable:
true
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.
parent: hkReferencedObject
Alternative to C++ class inheritance.
m_characterControllerInfo: hkbCharacterDataCharacterControllerInfo
§C++ Info
- name:
characterControllerInfo
(ctype:struct hkbCharacterDataCharacterControllerInfo
) - offset:
8
(x86)/16
(x86_64) - type_size:
16
(x86)/24
(x86_64)
m_modelUpMS: Vector4
§C++ Info
- name:
modelUpMS
(ctype:hkVector4
) - offset:
32
(x86)/48
(x86_64) - type_size:
16
(x86)/16
(x86_64)
m_modelForwardMS: Vector4
§C++ Info
- name:
modelForwardMS
(ctype:hkVector4
) - offset:
48
(x86)/64
(x86_64) - type_size:
16
(x86)/16
(x86_64)
m_modelRightMS: Vector4
§C++ Info
- name:
modelRightMS
(ctype:hkVector4
) - offset:
64
(x86)/80
(x86_64) - type_size:
16
(x86)/16
(x86_64)
m_characterPropertyInfos: Vec<hkbVariableInfo>
§C++ Info
- name:
characterPropertyInfos
(ctype:hkArray<struct hkbVariableInfo>
) - offset:
80
(x86)/96
(x86_64) - type_size:
12
(x86)/16
(x86_64)
m_numBonesPerLod: Vec<i32>
§C++ Info
- name:
numBonesPerLod
(ctype:hkArray<hkInt32>
) - offset:
92
(x86)/112
(x86_64) - type_size:
12
(x86)/16
(x86_64)
m_characterPropertyValues: Pointer
§C++ Info
- name:
characterPropertyValues
(ctype:struct hkbVariableValueSet*
) - offset:
104
(x86)/128
(x86_64) - type_size:
4
(x86)/8
(x86_64)
m_footIkDriverInfo: Pointer
§C++ Info
- name:
footIkDriverInfo
(ctype:struct hkbFootIkDriverInfo*
) - offset:
108
(x86)/136
(x86_64) - type_size:
4
(x86)/8
(x86_64)
m_handIkDriverInfo: Pointer
§C++ Info
- name:
handIkDriverInfo
(ctype:struct hkbHandIkDriverInfo*
) - offset:
112
(x86)/144
(x86_64) - type_size:
4
(x86)/8
(x86_64)
m_stringData: Pointer
§C++ Info
- name:
stringData
(ctype:struct hkbCharacterStringData*
) - offset:
116
(x86)/152
(x86_64) - type_size:
4
(x86)/8
(x86_64)
m_mirroredSkeletonInfo: Pointer
§C++ Info
- name:
mirroredSkeletonInfo
(ctype:struct hkbMirroredSkeletonInfo*
) - offset:
120
(x86)/160
(x86_64) - type_size:
4
(x86)/8
(x86_64)
m_scale: f32
§C++ Info
- name:
scale
(ctype:hkReal
) - offset:
124
(x86)/168
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_numHands: i16
§C++ Info
- name:
numHands
(ctype:hkInt16
) - offset:
128
(x86)/172
(x86_64) - type_size:
2
(x86)/2
(x86_64) - flags:
SERIALIZE_IGNORED
m_numFloatSlots: i16
§C++ Info
- name:
numFloatSlots
(ctype:hkInt16
) - offset:
130
(x86)/174
(x86_64) - type_size:
2
(x86)/2
(x86_64) - flags:
SERIALIZE_IGNORED
Trait Implementations§
Source§impl Clone for hkbCharacterData
impl Clone for hkbCharacterData
Source§impl Debug for hkbCharacterData
impl Debug for hkbCharacterData
Source§impl Default for hkbCharacterData
impl Default for hkbCharacterData
Source§impl<'de> Deserialize<'de> for hkbCharacterData
impl<'de> Deserialize<'de> for hkbCharacterData
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 hkbCharacterData
impl HavokClass for hkbCharacterData
Source§impl PartialEq for hkbCharacterData
impl PartialEq for hkbCharacterData
Auto Trait Implementations§
impl Freeze for hkbCharacterData
impl RefUnwindSafe for hkbCharacterData
impl Send for hkbCharacterData
impl Sync for hkbCharacterData
impl Unpin for hkbCharacterData
impl UnwindSafe for hkbCharacterData
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