pub struct BSTweenerModifier<'a> {
pub __ptr: Option<Pointer>,
pub parent: hkbModifier<'a>,
pub m_tweenPosition: bool,
pub m_tweenRotation: bool,
pub m_useTweenDuration: bool,
pub m_tweenDuration: f32,
pub m_targetPosition: Vector4,
pub m_targetRotation: Quaternion,
pub m_duration: f32,
pub m_startTransform: QsTransform,
pub m_time: f32,
}Expand description
§C++ Info
- name:
BSTweenerModifier - version:
1 - signature:
0xd2d9a04 - size:
176(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: hkbModifier<'a>Alternative to C++ class inheritance.
m_tweenPosition: bool§C++ Info
- name:
tweenPosition(ctype:hkBool) - offset:
44(x86)/80(x86_64) - type_size:
1(x86)/1(x86_64)
m_tweenRotation: bool§C++ Info
- name:
tweenRotation(ctype:hkBool) - offset:
45(x86)/81(x86_64) - type_size:
1(x86)/1(x86_64)
m_useTweenDuration: bool§C++ Info
- name:
useTweenDuration(ctype:hkBool) - offset:
46(x86)/82(x86_64) - type_size:
1(x86)/1(x86_64)
m_tweenDuration: f32§C++ Info
- name:
tweenDuration(ctype:hkReal) - offset:
48(x86)/84(x86_64) - type_size:
4(x86)/4(x86_64)
m_targetPosition: Vector4§C++ Info
- name:
targetPosition(ctype:hkVector4) - offset:
64(x86)/96(x86_64) - type_size:
16(x86)/16(x86_64)
m_targetRotation: Quaternion§C++ Info
- name:
targetRotation(ctype:hkQuaternion) - offset:
80(x86)/112(x86_64) - type_size:
16(x86)/16(x86_64)
m_duration: f32§C++ Info
- name:
duration(ctype:hkReal) - offset:
96(x86)/128(x86_64) - type_size:
4(x86)/4(x86_64) - flags:
SERIALIZE_IGNORED
m_startTransform: QsTransform§C++ Info
- name:
startTransform(ctype:hkQsTransform) - offset:
112(x86)/144(x86_64) - type_size:
48(x86)/48(x86_64) - flags:
SERIALIZE_IGNORED
m_time: f32§C++ Info
- name:
time(ctype:hkReal) - offset:
160(x86)/192(x86_64) - type_size:
4(x86)/4(x86_64) - flags:
SERIALIZE_IGNORED
Trait Implementations§
Source§impl<'a> Clone for BSTweenerModifier<'a>where
Option<Pointer>: Clone,
hkbModifier<'a>: Clone,
bool: Clone,
f32: Clone,
Vector4: Clone,
Quaternion: Clone,
QsTransform: Clone,
impl<'a> Clone for BSTweenerModifier<'a>where
Option<Pointer>: Clone,
hkbModifier<'a>: Clone,
bool: Clone,
f32: Clone,
Vector4: Clone,
Quaternion: Clone,
QsTransform: Clone,
Source§impl<'a> Debug for BSTweenerModifier<'a>where
Option<Pointer>: Debug,
hkbModifier<'a>: Debug,
bool: Debug,
f32: Debug,
Vector4: Debug,
Quaternion: Debug,
QsTransform: Debug,
impl<'a> Debug for BSTweenerModifier<'a>where
Option<Pointer>: Debug,
hkbModifier<'a>: Debug,
bool: Debug,
f32: Debug,
Vector4: Debug,
Quaternion: Debug,
QsTransform: Debug,
Source§impl<'a> Default for BSTweenerModifier<'a>where
Option<Pointer>: Default,
hkbModifier<'a>: Default,
bool: Default,
f32: Default,
Vector4: Default,
Quaternion: Default,
QsTransform: Default,
impl<'a> Default for BSTweenerModifier<'a>where
Option<Pointer>: Default,
hkbModifier<'a>: Default,
bool: Default,
f32: Default,
Vector4: Default,
Quaternion: Default,
QsTransform: Default,
Source§impl<'de> Deserialize<'de> for BSTweenerModifier<'de>
impl<'de> Deserialize<'de> for BSTweenerModifier<'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 BSTweenerModifier<'a>
impl<'a> HavokClass for BSTweenerModifier<'a>
Source§impl<'a> PartialEq for BSTweenerModifier<'a>where
Option<Pointer>: PartialEq,
hkbModifier<'a>: PartialEq,
bool: PartialEq,
f32: PartialEq,
Vector4: PartialEq,
Quaternion: PartialEq,
QsTransform: PartialEq,
impl<'a> PartialEq for BSTweenerModifier<'a>where
Option<Pointer>: PartialEq,
hkbModifier<'a>: PartialEq,
bool: PartialEq,
f32: PartialEq,
Vector4: PartialEq,
Quaternion: PartialEq,
QsTransform: PartialEq,
Auto Trait Implementations§
impl<'a> Freeze for BSTweenerModifier<'a>
impl<'a> RefUnwindSafe for BSTweenerModifier<'a>
impl<'a> Send for BSTweenerModifier<'a>
impl<'a> Sync for BSTweenerModifier<'a>
impl<'a> Unpin for BSTweenerModifier<'a>
impl<'a> UnwindSafe for BSTweenerModifier<'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