pub struct hkaWaveletCompressedAnimation<'a> {Show 14 fields
pub __ptr: Option<Pointer>,
pub parent: hkaAnimation<'a>,
pub m_numberOfPoses: i32,
pub m_blockSize: i32,
pub m_qFormat: hkaWaveletCompressedAnimationQuantizationFormat,
pub m_staticMaskIdx: u32,
pub m_staticDOFsIdx: u32,
pub m_numStaticTransformDOFs: u32,
pub m_numDynamicTransformDOFs: u32,
pub m_blockIndexIdx: u32,
pub m_blockIndexSize: u32,
pub m_quantizedDataIdx: u32,
pub m_quantizedDataSize: u32,
pub m_dataBuffer: Vec<u8>,
}Expand description
§C++ Info
- name:
hkaWaveletCompressedAnimation - version:
0 - signature:
0x77cf0962 - size:
112(x86)/136(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: hkaAnimation<'a>Alternative to C++ class inheritance.
m_numberOfPoses: i32§C++ Info
- name:
numberOfPoses(ctype:hkInt32) - offset:
40(x86)/56(x86_64) - type_size:
4(x86)/4(x86_64)
m_blockSize: i32§C++ Info
- name:
blockSize(ctype:hkInt32) - offset:
44(x86)/60(x86_64) - type_size:
4(x86)/4(x86_64)
m_qFormat: hkaWaveletCompressedAnimationQuantizationFormat§C++ Info
- name:
qFormat(ctype:struct hkaWaveletCompressedAnimationQuantizationFormat) - offset:
48(x86)/64(x86_64) - type_size:
20(x86)/20(x86_64)
m_staticMaskIdx: u32§C++ Info
- name:
staticMaskIdx(ctype:hkUint32) - offset:
68(x86)/84(x86_64) - type_size:
4(x86)/4(x86_64)
m_staticDOFsIdx: u32§C++ Info
- name:
staticDOFsIdx(ctype:hkUint32) - offset:
72(x86)/88(x86_64) - type_size:
4(x86)/4(x86_64)
m_numStaticTransformDOFs: u32§C++ Info
- name:
numStaticTransformDOFs(ctype:hkUint32) - offset:
76(x86)/92(x86_64) - type_size:
4(x86)/4(x86_64)
m_numDynamicTransformDOFs: u32§C++ Info
- name:
numDynamicTransformDOFs(ctype:hkUint32) - offset:
80(x86)/96(x86_64) - type_size:
4(x86)/4(x86_64)
m_blockIndexIdx: u32§C++ Info
- name:
blockIndexIdx(ctype:hkUint32) - offset:
84(x86)/100(x86_64) - type_size:
4(x86)/4(x86_64)
m_blockIndexSize: u32§C++ Info
- name:
blockIndexSize(ctype:hkUint32) - offset:
88(x86)/104(x86_64) - type_size:
4(x86)/4(x86_64)
m_quantizedDataIdx: u32§C++ Info
- name:
quantizedDataIdx(ctype:hkUint32) - offset:
92(x86)/108(x86_64) - type_size:
4(x86)/4(x86_64)
m_quantizedDataSize: u32§C++ Info
- name:
quantizedDataSize(ctype:hkUint32) - offset:
96(x86)/112(x86_64) - type_size:
4(x86)/4(x86_64)
m_dataBuffer: Vec<u8>§C++ Info
- name:
dataBuffer(ctype:hkArray<hkUint8>) - offset:
100(x86)/120(x86_64) - type_size:
12(x86)/16(x86_64)
Trait Implementations§
Source§impl<'a> Clone for hkaWaveletCompressedAnimation<'a>
impl<'a> Clone for hkaWaveletCompressedAnimation<'a>
Source§impl<'a> Debug for hkaWaveletCompressedAnimation<'a>
impl<'a> Debug for hkaWaveletCompressedAnimation<'a>
Source§impl<'a> Default for hkaWaveletCompressedAnimation<'a>
impl<'a> Default for hkaWaveletCompressedAnimation<'a>
Source§impl<'de> Deserialize<'de> for hkaWaveletCompressedAnimation<'de>
impl<'de> Deserialize<'de> for hkaWaveletCompressedAnimation<'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 hkaWaveletCompressedAnimation<'a>
impl<'a> HavokClass for hkaWaveletCompressedAnimation<'a>
Source§impl<'a> PartialEq for hkaWaveletCompressedAnimation<'a>
impl<'a> PartialEq for hkaWaveletCompressedAnimation<'a>
Auto Trait Implementations§
impl<'a> Freeze for hkaWaveletCompressedAnimation<'a>
impl<'a> RefUnwindSafe for hkaWaveletCompressedAnimation<'a>
impl<'a> Send for hkaWaveletCompressedAnimation<'a>
impl<'a> Sync for hkaWaveletCompressedAnimation<'a>
impl<'a> Unpin for hkaWaveletCompressedAnimation<'a>
impl<'a> UnwindSafe for hkaWaveletCompressedAnimation<'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