pub struct hkaSplineCompressedAnimation<'a> {Show 15 fields
pub __ptr: Option<Pointer>,
pub parent: hkaAnimation<'a>,
pub m_numFrames: i32,
pub m_numBlocks: i32,
pub m_maxFramesPerBlock: i32,
pub m_maskAndQuantizationSize: i32,
pub m_blockDuration: f32,
pub m_blockInverseDuration: f32,
pub m_frameDuration: f32,
pub m_blockOffsets: Vec<u32>,
pub m_floatBlockOffsets: Vec<u32>,
pub m_transformOffsets: Vec<u32>,
pub m_floatOffsets: Vec<u32>,
pub m_data: Vec<u8>,
pub m_endian: i32,
}
Expand description
§C++ Info
- name:
hkaSplineCompressedAnimation
- version:
0
- signature:
0x792ee0bb
- size:
132
(x86)/176
(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_numFrames: i32
§C++ Info
- name:
numFrames
(ctype:hkInt32
) - offset:
40
(x86)/56
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_numBlocks: i32
§C++ Info
- name:
numBlocks
(ctype:hkInt32
) - offset:
44
(x86)/60
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_maxFramesPerBlock: i32
§C++ Info
- name:
maxFramesPerBlock
(ctype:hkInt32
) - offset:
48
(x86)/64
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_maskAndQuantizationSize: i32
§C++ Info
- name:
maskAndQuantizationSize
(ctype:hkInt32
) - offset:
52
(x86)/68
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_blockDuration: f32
§C++ Info
- name:
blockDuration
(ctype:hkReal
) - offset:
56
(x86)/72
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_blockInverseDuration: f32
§C++ Info
- name:
blockInverseDuration
(ctype:hkReal
) - offset:
60
(x86)/76
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_frameDuration: f32
§C++ Info
- name:
frameDuration
(ctype:hkReal
) - offset:
64
(x86)/80
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_blockOffsets: Vec<u32>
§C++ Info
- name:
blockOffsets
(ctype:hkArray<hkUint32>
) - offset:
68
(x86)/88
(x86_64) - type_size:
12
(x86)/16
(x86_64)
m_floatBlockOffsets: Vec<u32>
§C++ Info
- name:
floatBlockOffsets
(ctype:hkArray<hkUint32>
) - offset:
80
(x86)/104
(x86_64) - type_size:
12
(x86)/16
(x86_64)
m_transformOffsets: Vec<u32>
§C++ Info
- name:
transformOffsets
(ctype:hkArray<hkUint32>
) - offset:
92
(x86)/120
(x86_64) - type_size:
12
(x86)/16
(x86_64)
m_floatOffsets: Vec<u32>
§C++ Info
- name:
floatOffsets
(ctype:hkArray<hkUint32>
) - offset:
104
(x86)/136
(x86_64) - type_size:
12
(x86)/16
(x86_64)
m_data: Vec<u8>
§C++ Info
- name:
data
(ctype:hkArray<hkUint8>
) - offset:
116
(x86)/152
(x86_64) - type_size:
12
(x86)/16
(x86_64)
m_endian: i32
§C++ Info
- name:
endian
(ctype:hkInt32
) - offset:
128
(x86)/168
(x86_64) - type_size:
4
(x86)/4
(x86_64)
Trait Implementations§
Source§impl<'a> Clone for hkaSplineCompressedAnimation<'a>
impl<'a> Clone for hkaSplineCompressedAnimation<'a>
Source§impl<'a> Debug for hkaSplineCompressedAnimation<'a>
impl<'a> Debug for hkaSplineCompressedAnimation<'a>
Source§impl<'a> Default for hkaSplineCompressedAnimation<'a>
impl<'a> Default for hkaSplineCompressedAnimation<'a>
Source§impl<'de> Deserialize<'de> for hkaSplineCompressedAnimation<'de>
impl<'de> Deserialize<'de> for hkaSplineCompressedAnimation<'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 hkaSplineCompressedAnimation<'a>
impl<'a> HavokClass for hkaSplineCompressedAnimation<'a>
Source§impl<'a> PartialEq for hkaSplineCompressedAnimation<'a>
impl<'a> PartialEq for hkaSplineCompressedAnimation<'a>
Auto Trait Implementations§
impl<'a> Freeze for hkaSplineCompressedAnimation<'a>
impl<'a> RefUnwindSafe for hkaSplineCompressedAnimation<'a>
impl<'a> Send for hkaSplineCompressedAnimation<'a>
impl<'a> Sync for hkaSplineCompressedAnimation<'a>
impl<'a> Unpin for hkaSplineCompressedAnimation<'a>
impl<'a> UnwindSafe for hkaSplineCompressedAnimation<'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