pub struct hkaDeltaCompressedAnimation<'a> {Show 16 fields
pub __ptr: Option<Pointer>,
pub parent: hkaAnimation<'a>,
pub m_numberOfPoses: i32,
pub m_blockSize: i32,
pub m_qFormat: hkaDeltaCompressedAnimationQuantizationFormat,
pub m_quantizedDataIdx: u32,
pub m_quantizedDataSize: u32,
pub m_staticMaskIdx: u32,
pub m_staticMaskSize: u32,
pub m_staticDOFsIdx: u32,
pub m_staticDOFsSize: u32,
pub m_numStaticTransformDOFs: u32,
pub m_numDynamicTransformDOFs: u32,
pub m_totalBlockSize: u32,
pub m_lastBlockSize: u32,
pub m_dataBuffer: Vec<u8>,
}
Expand description
§C++ Info
- name:
hkaDeltaCompressedAnimation
- version:
0
- signature:
0x90a68d40
- size:
120
(x86)/144
(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: hkaDeltaCompressedAnimationQuantizationFormat
§C++ Info
- name:
qFormat
(ctype:struct hkaDeltaCompressedAnimationQuantizationFormat
) - offset:
48
(x86)/64
(x86_64) - type_size:
20
(x86)/20
(x86_64)
m_quantizedDataIdx: u32
§C++ Info
- name:
quantizedDataIdx
(ctype:hkUint32
) - offset:
68
(x86)/84
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_quantizedDataSize: u32
§C++ Info
- name:
quantizedDataSize
(ctype:hkUint32
) - offset:
72
(x86)/88
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_staticMaskIdx: u32
§C++ Info
- name:
staticMaskIdx
(ctype:hkUint32
) - offset:
76
(x86)/92
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_staticMaskSize: u32
§C++ Info
- name:
staticMaskSize
(ctype:hkUint32
) - offset:
80
(x86)/96
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_staticDOFsIdx: u32
§C++ Info
- name:
staticDOFsIdx
(ctype:hkUint32
) - offset:
84
(x86)/100
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_staticDOFsSize: u32
§C++ Info
- name:
staticDOFsSize
(ctype:hkUint32
) - offset:
88
(x86)/104
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_numStaticTransformDOFs: u32
§C++ Info
- name:
numStaticTransformDOFs
(ctype:hkUint32
) - offset:
92
(x86)/108
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_numDynamicTransformDOFs: u32
§C++ Info
- name:
numDynamicTransformDOFs
(ctype:hkUint32
) - offset:
96
(x86)/112
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_totalBlockSize: u32
§C++ Info
- name:
totalBlockSize
(ctype:hkUint32
) - offset:
100
(x86)/116
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_lastBlockSize: u32
§C++ Info
- name:
lastBlockSize
(ctype:hkUint32
) - offset:
104
(x86)/120
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_dataBuffer: Vec<u8>
§C++ Info
- name:
dataBuffer
(ctype:hkArray<hkUint8>
) - offset:
108
(x86)/128
(x86_64) - type_size:
12
(x86)/16
(x86_64)
Trait Implementations§
Source§impl<'a> Clone for hkaDeltaCompressedAnimation<'a>
impl<'a> Clone for hkaDeltaCompressedAnimation<'a>
Source§impl<'a> Debug for hkaDeltaCompressedAnimation<'a>
impl<'a> Debug for hkaDeltaCompressedAnimation<'a>
Source§impl<'a> Default for hkaDeltaCompressedAnimation<'a>
impl<'a> Default for hkaDeltaCompressedAnimation<'a>
Source§impl<'de> Deserialize<'de> for hkaDeltaCompressedAnimation<'de>
impl<'de> Deserialize<'de> for hkaDeltaCompressedAnimation<'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 hkaDeltaCompressedAnimation<'a>
impl<'a> HavokClass for hkaDeltaCompressedAnimation<'a>
Source§impl<'a> PartialEq for hkaDeltaCompressedAnimation<'a>
impl<'a> PartialEq for hkaDeltaCompressedAnimation<'a>
Auto Trait Implementations§
impl<'a> Freeze for hkaDeltaCompressedAnimation<'a>
impl<'a> RefUnwindSafe for hkaDeltaCompressedAnimation<'a>
impl<'a> Send for hkaDeltaCompressedAnimation<'a>
impl<'a> Sync for hkaDeltaCompressedAnimation<'a>
impl<'a> Unpin for hkaDeltaCompressedAnimation<'a>
impl<'a> UnwindSafe for hkaDeltaCompressedAnimation<'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