pub struct hkbEvaluateHandleModifier<'a> {Show 14 fields
pub __ptr: Option<Pointer>,
pub parent: hkbModifier<'a>,
pub m_handle: Pointer,
pub m_handlePositionOut: Vector4,
pub m_handleRotationOut: Quaternion,
pub m_isValidOut: bool,
pub m_extrapolationTimeStep: f32,
pub m_handleChangeSpeed: f32,
pub m_handleChangeMode: HandleChangeMode,
pub m_oldHandle: hkbHandle,
pub m_oldHandlePosition: Vector4,
pub m_oldHandleRotation: Quaternion,
pub m_timeSinceLastModify: f32,
pub m_smoothlyChangingHandles: bool,
}
Expand description
§C++ Info
- name:
hkbEvaluateHandleModifier
- version:
2
- signature:
0x79757102
- size:
176
(x86)/240
(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_handle: Pointer
§C++ Info
- name:
handle
(ctype:struct hkbHandle*
) - offset:
44
(x86)/80
(x86_64) - type_size:
4
(x86)/8
(x86_64)
m_handlePositionOut: Vector4
§C++ Info
- name:
handlePositionOut
(ctype:hkVector4
) - offset:
48
(x86)/96
(x86_64) - type_size:
16
(x86)/16
(x86_64)
m_handleRotationOut: Quaternion
§C++ Info
- name:
handleRotationOut
(ctype:hkQuaternion
) - offset:
64
(x86)/112
(x86_64) - type_size:
16
(x86)/16
(x86_64)
m_isValidOut: bool
§C++ Info
- name:
isValidOut
(ctype:hkBool
) - offset:
80
(x86)/128
(x86_64) - type_size:
1
(x86)/1
(x86_64)
m_extrapolationTimeStep: f32
§C++ Info
- name:
extrapolationTimeStep
(ctype:hkReal
) - offset:
84
(x86)/132
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_handleChangeSpeed: f32
§C++ Info
- name:
handleChangeSpeed
(ctype:hkReal
) - offset:
88
(x86)/136
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_handleChangeMode: HandleChangeMode
§C++ Info
- name:
handleChangeMode
(ctype:enum HandleChangeMode
) - offset:
92
(x86)/140
(x86_64) - type_size:
1
(x86)/1
(x86_64)
m_oldHandle: hkbHandle
§C++ Info
- name:
oldHandle
(ctype:struct hkbHandle
) - offset:
96
(x86)/144
(x86_64) - type_size:
24
(x86)/48
(x86_64) - flags:
SERIALIZE_IGNORED
m_oldHandlePosition: Vector4
§C++ Info
- name:
oldHandlePosition
(ctype:hkVector4
) - offset:
128
(x86)/192
(x86_64) - type_size:
16
(x86)/16
(x86_64) - flags:
SERIALIZE_IGNORED
m_oldHandleRotation: Quaternion
§C++ Info
- name:
oldHandleRotation
(ctype:hkQuaternion
) - offset:
144
(x86)/208
(x86_64) - type_size:
16
(x86)/16
(x86_64) - flags:
SERIALIZE_IGNORED
m_timeSinceLastModify: f32
§C++ Info
- name:
timeSinceLastModify
(ctype:hkReal
) - offset:
160
(x86)/224
(x86_64) - type_size:
4
(x86)/4
(x86_64) - flags:
SERIALIZE_IGNORED
m_smoothlyChangingHandles: bool
§C++ Info
- name:
smoothlyChangingHandles
(ctype:hkBool
) - offset:
164
(x86)/228
(x86_64) - type_size:
1
(x86)/1
(x86_64) - flags:
SERIALIZE_IGNORED
Trait Implementations§
Source§impl<'a> Clone for hkbEvaluateHandleModifier<'a>
impl<'a> Clone for hkbEvaluateHandleModifier<'a>
Source§impl<'a> Debug for hkbEvaluateHandleModifier<'a>
impl<'a> Debug for hkbEvaluateHandleModifier<'a>
Source§impl<'a> Default for hkbEvaluateHandleModifier<'a>
impl<'a> Default for hkbEvaluateHandleModifier<'a>
Source§impl<'de> Deserialize<'de> for hkbEvaluateHandleModifier<'de>
impl<'de> Deserialize<'de> for hkbEvaluateHandleModifier<'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 hkbEvaluateHandleModifier<'a>
impl<'a> HavokClass for hkbEvaluateHandleModifier<'a>
Source§impl<'a> PartialEq for hkbEvaluateHandleModifier<'a>
impl<'a> PartialEq for hkbEvaluateHandleModifier<'a>
Auto Trait Implementations§
impl<'a> Freeze for hkbEvaluateHandleModifier<'a>
impl<'a> RefUnwindSafe for hkbEvaluateHandleModifier<'a>
impl<'a> Send for hkbEvaluateHandleModifier<'a>
impl<'a> Sync for hkbEvaluateHandleModifier<'a>
impl<'a> Unpin for hkbEvaluateHandleModifier<'a>
impl<'a> UnwindSafe for hkbEvaluateHandleModifier<'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