pub struct hkbPoseMatchingGenerator<'a> {Show 20 fields
pub __ptr: Option<Pointer>,
pub parent: hkbBlenderGenerator<'a>,
pub m_worldFromModelRotation: Quaternion,
pub m_blendSpeed: f32,
pub m_minSpeedToSwitch: f32,
pub m_minSwitchTimeNoError: f32,
pub m_minSwitchTimeFullError: f32,
pub m_startPlayingEventId: i32,
pub m_startMatchingEventId: i32,
pub m_rootBoneIndex: i16,
pub m_otherBoneIndex: i16,
pub m_anotherBoneIndex: i16,
pub m_pelvisIndex: i16,
pub m_mode: Mode,
pub m_currentMatch: i32,
pub m_bestMatch: i32,
pub m_timeSinceBetterMatch: f32,
pub m_error: f32,
pub m_resetCurrentMatchLocalTime: bool,
pub m_poseMatchingUtility: Pointer,
}
Expand description
§C++ Info
- name:
hkbPoseMatchingGenerator
- version:
2
- signature:
0x29e271b4
- size:
208
(x86)/240
(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: hkbBlenderGenerator<'a>
Alternative to C++ class inheritance.
m_worldFromModelRotation: Quaternion
§C++ Info
- name:
worldFromModelRotation
(ctype:hkQuaternion
) - offset:
128
(x86)/160
(x86_64) - type_size:
16
(x86)/16
(x86_64)
m_blendSpeed: f32
§C++ Info
- name:
blendSpeed
(ctype:hkReal
) - offset:
144
(x86)/176
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_minSpeedToSwitch: f32
§C++ Info
- name:
minSpeedToSwitch
(ctype:hkReal
) - offset:
148
(x86)/180
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_minSwitchTimeNoError: f32
§C++ Info
- name:
minSwitchTimeNoError
(ctype:hkReal
) - offset:
152
(x86)/184
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_minSwitchTimeFullError: f32
§C++ Info
- name:
minSwitchTimeFullError
(ctype:hkReal
) - offset:
156
(x86)/188
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_startPlayingEventId: i32
§C++ Info
- name:
startPlayingEventId
(ctype:hkInt32
) - offset:
160
(x86)/192
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_startMatchingEventId: i32
§C++ Info
- name:
startMatchingEventId
(ctype:hkInt32
) - offset:
164
(x86)/196
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_rootBoneIndex: i16
§C++ Info
- name:
rootBoneIndex
(ctype:hkInt16
) - offset:
168
(x86)/200
(x86_64) - type_size:
2
(x86)/2
(x86_64)
m_otherBoneIndex: i16
§C++ Info
- name:
otherBoneIndex
(ctype:hkInt16
) - offset:
170
(x86)/202
(x86_64) - type_size:
2
(x86)/2
(x86_64)
m_anotherBoneIndex: i16
§C++ Info
- name:
anotherBoneIndex
(ctype:hkInt16
) - offset:
172
(x86)/204
(x86_64) - type_size:
2
(x86)/2
(x86_64)
m_pelvisIndex: i16
§C++ Info
- name:
pelvisIndex
(ctype:hkInt16
) - offset:
174
(x86)/206
(x86_64) - type_size:
2
(x86)/2
(x86_64)
m_mode: Mode
§C++ Info
- name:
mode
(ctype:enum Mode
) - offset:
176
(x86)/208
(x86_64) - type_size:
1
(x86)/1
(x86_64)
m_currentMatch: i32
§C++ Info
- name:
currentMatch
(ctype:hkInt32
) - offset:
180
(x86)/212
(x86_64) - type_size:
4
(x86)/4
(x86_64) - flags:
SERIALIZE_IGNORED
m_bestMatch: i32
§C++ Info
- name:
bestMatch
(ctype:hkInt32
) - offset:
184
(x86)/216
(x86_64) - type_size:
4
(x86)/4
(x86_64) - flags:
SERIALIZE_IGNORED
m_timeSinceBetterMatch: f32
§C++ Info
- name:
timeSinceBetterMatch
(ctype:hkReal
) - offset:
188
(x86)/220
(x86_64) - type_size:
4
(x86)/4
(x86_64) - flags:
SERIALIZE_IGNORED
m_error: f32
§C++ Info
- name:
error
(ctype:hkReal
) - offset:
192
(x86)/224
(x86_64) - type_size:
4
(x86)/4
(x86_64) - flags:
SERIALIZE_IGNORED
m_resetCurrentMatchLocalTime: bool
§C++ Info
- name:
resetCurrentMatchLocalTime
(ctype:hkBool
) - offset:
196
(x86)/228
(x86_64) - type_size:
1
(x86)/1
(x86_64) - flags:
SERIALIZE_IGNORED
m_poseMatchingUtility: Pointer
§C++ Info
- name:
poseMatchingUtility
(ctype:void*
) - offset:
200
(x86)/232
(x86_64) - type_size:
4
(x86)/8
(x86_64) - flags:
SERIALIZE_IGNORED
Trait Implementations§
Source§impl<'a> Clone for hkbPoseMatchingGenerator<'a>
impl<'a> Clone for hkbPoseMatchingGenerator<'a>
Source§impl<'a> Debug for hkbPoseMatchingGenerator<'a>
impl<'a> Debug for hkbPoseMatchingGenerator<'a>
Source§impl<'a> Default for hkbPoseMatchingGenerator<'a>
impl<'a> Default for hkbPoseMatchingGenerator<'a>
Source§impl<'de> Deserialize<'de> for hkbPoseMatchingGenerator<'de>
impl<'de> Deserialize<'de> for hkbPoseMatchingGenerator<'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 hkbPoseMatchingGenerator<'a>
impl<'a> HavokClass for hkbPoseMatchingGenerator<'a>
Source§impl<'a> PartialEq for hkbPoseMatchingGenerator<'a>
impl<'a> PartialEq for hkbPoseMatchingGenerator<'a>
Auto Trait Implementations§
impl<'a> Freeze for hkbPoseMatchingGenerator<'a>
impl<'a> RefUnwindSafe for hkbPoseMatchingGenerator<'a>
impl<'a> Send for hkbPoseMatchingGenerator<'a>
impl<'a> Sync for hkbPoseMatchingGenerator<'a>
impl<'a> Unpin for hkbPoseMatchingGenerator<'a>
impl<'a> UnwindSafe for hkbPoseMatchingGenerator<'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