pub struct hkaFootstepAnalysisInfo {Show 16 fields
pub __ptr: Option<Pointer>,
pub parent: hkReferencedObject,
pub m_name: Vec<char>,
pub m_nameStrike: Vec<char>,
pub m_nameLift: Vec<char>,
pub m_nameLock: Vec<char>,
pub m_nameUnlock: Vec<char>,
pub m_minPos: Vec<f32>,
pub m_maxPos: Vec<f32>,
pub m_minVel: Vec<f32>,
pub m_maxVel: Vec<f32>,
pub m_allBonesDown: Vec<f32>,
pub m_anyBonesDown: Vec<f32>,
pub m_posTol: f32,
pub m_velTol: f32,
pub m_duration: f32,
}Expand description
§C++ Info
- name:
hkaFootstepAnalysisInfo - version:
1 - signature:
0x824faf75 - size:
152(x86)/208(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: hkReferencedObjectAlternative to C++ class inheritance.
m_name: Vec<char>§C++ Info
- name:
name(ctype:hkArray<hkChar>) - offset:
8(x86)/16(x86_64) - type_size:
12(x86)/16(x86_64)
m_nameStrike: Vec<char>§C++ Info
- name:
nameStrike(ctype:hkArray<hkChar>) - offset:
20(x86)/32(x86_64) - type_size:
12(x86)/16(x86_64)
m_nameLift: Vec<char>§C++ Info
- name:
nameLift(ctype:hkArray<hkChar>) - offset:
32(x86)/48(x86_64) - type_size:
12(x86)/16(x86_64)
m_nameLock: Vec<char>§C++ Info
- name:
nameLock(ctype:hkArray<hkChar>) - offset:
44(x86)/64(x86_64) - type_size:
12(x86)/16(x86_64)
m_nameUnlock: Vec<char>§C++ Info
- name:
nameUnlock(ctype:hkArray<hkChar>) - offset:
56(x86)/80(x86_64) - type_size:
12(x86)/16(x86_64)
m_minPos: Vec<f32>§C++ Info
- name:
minPos(ctype:hkArray<hkReal>) - offset:
68(x86)/96(x86_64) - type_size:
12(x86)/16(x86_64)
m_maxPos: Vec<f32>§C++ Info
- name:
maxPos(ctype:hkArray<hkReal>) - offset:
80(x86)/112(x86_64) - type_size:
12(x86)/16(x86_64)
m_minVel: Vec<f32>§C++ Info
- name:
minVel(ctype:hkArray<hkReal>) - offset:
92(x86)/128(x86_64) - type_size:
12(x86)/16(x86_64)
m_maxVel: Vec<f32>§C++ Info
- name:
maxVel(ctype:hkArray<hkReal>) - offset:
104(x86)/144(x86_64) - type_size:
12(x86)/16(x86_64)
m_allBonesDown: Vec<f32>§C++ Info
- name:
allBonesDown(ctype:hkArray<hkReal>) - offset:
116(x86)/160(x86_64) - type_size:
12(x86)/16(x86_64)
m_anyBonesDown: Vec<f32>§C++ Info
- name:
anyBonesDown(ctype:hkArray<hkReal>) - offset:
128(x86)/176(x86_64) - type_size:
12(x86)/16(x86_64)
m_posTol: f32§C++ Info
- name:
posTol(ctype:hkReal) - offset:
140(x86)/192(x86_64) - type_size:
4(x86)/4(x86_64)
m_velTol: f32§C++ Info
- name:
velTol(ctype:hkReal) - offset:
144(x86)/196(x86_64) - type_size:
4(x86)/4(x86_64)
m_duration: f32§C++ Info
- name:
duration(ctype:hkReal) - offset:
148(x86)/200(x86_64) - type_size:
4(x86)/4(x86_64)
Trait Implementations§
Source§impl Clone for hkaFootstepAnalysisInfo
impl Clone for hkaFootstepAnalysisInfo
Source§impl Debug for hkaFootstepAnalysisInfo
impl Debug for hkaFootstepAnalysisInfo
Source§impl Default for hkaFootstepAnalysisInfo
impl Default for hkaFootstepAnalysisInfo
Source§impl<'de> Deserialize<'de> for hkaFootstepAnalysisInfo
impl<'de> Deserialize<'de> for hkaFootstepAnalysisInfo
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 hkaFootstepAnalysisInfo
impl HavokClass for hkaFootstepAnalysisInfo
Source§impl PartialEq for hkaFootstepAnalysisInfo
impl PartialEq for hkaFootstepAnalysisInfo
Auto Trait Implementations§
impl Freeze for hkaFootstepAnalysisInfo
impl RefUnwindSafe for hkaFootstepAnalysisInfo
impl Send for hkaFootstepAnalysisInfo
impl Sync for hkaFootstepAnalysisInfo
impl Unpin for hkaFootstepAnalysisInfo
impl UnwindSafe for hkaFootstepAnalysisInfo
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