pub struct hkaSkeletonMapperData {
pub __ptr: Option<Pointer>,
pub m_skeletonA: Pointer,
pub m_skeletonB: Pointer,
pub m_simpleMappings: Vec<hkaSkeletonMapperDataSimpleMapping>,
pub m_chainMappings: Vec<hkaSkeletonMapperDataChainMapping>,
pub m_unmappedBones: Vec<i16>,
pub m_extractedMotionMapping: QsTransform,
pub m_keepUnmappedLocal: bool,
pub m_mappingType: MappingType,
}
Expand description
§C++ Info
- name:
hkaSkeletonMapperData
- version:
1
- signature:
0x95687ea0
- size:
112
(x86)/128
(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_skeletonA: Pointer
§C++ Info
- name:
skeletonA
(ctype:struct hkaSkeleton*
) - offset:
0
(x86)/0
(x86_64) - type_size:
4
(x86)/8
(x86_64)
m_skeletonB: Pointer
§C++ Info
- name:
skeletonB
(ctype:struct hkaSkeleton*
) - offset:
4
(x86)/8
(x86_64) - type_size:
4
(x86)/8
(x86_64)
m_simpleMappings: Vec<hkaSkeletonMapperDataSimpleMapping>
§C++ Info
- name:
simpleMappings
(ctype:hkArray<struct hkaSkeletonMapperDataSimpleMapping>
) - offset:
8
(x86)/16
(x86_64) - type_size:
12
(x86)/16
(x86_64)
m_chainMappings: Vec<hkaSkeletonMapperDataChainMapping>
§C++ Info
- name:
chainMappings
(ctype:hkArray<struct hkaSkeletonMapperDataChainMapping>
) - offset:
20
(x86)/32
(x86_64) - type_size:
12
(x86)/16
(x86_64)
m_unmappedBones: Vec<i16>
§C++ Info
- name:
unmappedBones
(ctype:hkArray<hkInt16>
) - offset:
32
(x86)/48
(x86_64) - type_size:
12
(x86)/16
(x86_64)
m_extractedMotionMapping: QsTransform
§C++ Info
- name:
extractedMotionMapping
(ctype:hkQsTransform
) - offset:
48
(x86)/64
(x86_64) - type_size:
48
(x86)/48
(x86_64)
m_keepUnmappedLocal: bool
§C++ Info
- name:
keepUnmappedLocal
(ctype:hkBool
) - offset:
96
(x86)/112
(x86_64) - type_size:
1
(x86)/1
(x86_64)
m_mappingType: MappingType
§C++ Info
- name:
mappingType
(ctype:enum MappingType
) - offset:
100
(x86)/116
(x86_64) - type_size:
4
(x86)/4
(x86_64)
Trait Implementations§
Source§impl Clone for hkaSkeletonMapperDatawhere
Option<Pointer>: Clone,
Pointer: Clone,
Vec<hkaSkeletonMapperDataSimpleMapping>: Clone,
Vec<hkaSkeletonMapperDataChainMapping>: Clone,
Vec<i16>: Clone,
QsTransform: Clone,
bool: Clone,
MappingType: Clone,
impl Clone for hkaSkeletonMapperDatawhere
Option<Pointer>: Clone,
Pointer: Clone,
Vec<hkaSkeletonMapperDataSimpleMapping>: Clone,
Vec<hkaSkeletonMapperDataChainMapping>: Clone,
Vec<i16>: Clone,
QsTransform: Clone,
bool: Clone,
MappingType: Clone,
Source§impl Debug for hkaSkeletonMapperDatawhere
Option<Pointer>: Debug,
Pointer: Debug,
Vec<hkaSkeletonMapperDataSimpleMapping>: Debug,
Vec<hkaSkeletonMapperDataChainMapping>: Debug,
Vec<i16>: Debug,
QsTransform: Debug,
bool: Debug,
MappingType: Debug,
impl Debug for hkaSkeletonMapperDatawhere
Option<Pointer>: Debug,
Pointer: Debug,
Vec<hkaSkeletonMapperDataSimpleMapping>: Debug,
Vec<hkaSkeletonMapperDataChainMapping>: Debug,
Vec<i16>: Debug,
QsTransform: Debug,
bool: Debug,
MappingType: Debug,
Source§impl Default for hkaSkeletonMapperData
impl Default for hkaSkeletonMapperData
Source§impl<'de> Deserialize<'de> for hkaSkeletonMapperData
impl<'de> Deserialize<'de> for hkaSkeletonMapperData
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 hkaSkeletonMapperData
impl HavokClass for hkaSkeletonMapperData
Source§impl PartialEq for hkaSkeletonMapperData
impl PartialEq for hkaSkeletonMapperData
Auto Trait Implementations§
impl Freeze for hkaSkeletonMapperData
impl RefUnwindSafe for hkaSkeletonMapperData
impl Send for hkaSkeletonMapperData
impl Sync for hkaSkeletonMapperData
impl Unpin for hkaSkeletonMapperData
impl UnwindSafe for hkaSkeletonMapperData
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