pub struct hkbFootIkControlsModifier<'a> {
pub __ptr: Option<Pointer>,
pub parent: hkbModifier<'a>,
pub m_controlData: hkbFootIkControlData,
pub m_legs: Vec<hkbFootIkControlsModifierLeg>,
pub m_errorOutTranslation: Vector4,
pub m_alignWithGroundRotation: Quaternion,
}
Expand description
§C++ Info
- name:
hkbFootIkControlsModifier
- version:
1
- signature:
0xe5b6f544
- size:
144
(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: hkbModifier<'a>
Alternative to C++ class inheritance.
m_controlData: hkbFootIkControlData
§C++ Info
- name:
controlData
(ctype:struct hkbFootIkControlData
) - offset:
48
(x86)/80
(x86_64) - type_size:
48
(x86)/48
(x86_64)
m_legs: Vec<hkbFootIkControlsModifierLeg>
§C++ Info
- name:
legs
(ctype:hkArray<struct hkbFootIkControlsModifierLeg>
) - offset:
96
(x86)/128
(x86_64) - type_size:
12
(x86)/16
(x86_64)
m_errorOutTranslation: Vector4
§C++ Info
- name:
errorOutTranslation
(ctype:hkVector4
) - offset:
112
(x86)/144
(x86_64) - type_size:
16
(x86)/16
(x86_64)
m_alignWithGroundRotation: Quaternion
§C++ Info
- name:
alignWithGroundRotation
(ctype:hkQuaternion
) - offset:
128
(x86)/160
(x86_64) - type_size:
16
(x86)/16
(x86_64)
Trait Implementations§
Source§impl<'a> Clone for hkbFootIkControlsModifier<'a>where
Option<Pointer>: Clone,
hkbModifier<'a>: Clone,
hkbFootIkControlData: Clone,
Vec<hkbFootIkControlsModifierLeg>: Clone,
Vector4: Clone,
Quaternion: Clone,
impl<'a> Clone for hkbFootIkControlsModifier<'a>where
Option<Pointer>: Clone,
hkbModifier<'a>: Clone,
hkbFootIkControlData: Clone,
Vec<hkbFootIkControlsModifierLeg>: Clone,
Vector4: Clone,
Quaternion: Clone,
Source§impl<'a> Debug for hkbFootIkControlsModifier<'a>where
Option<Pointer>: Debug,
hkbModifier<'a>: Debug,
hkbFootIkControlData: Debug,
Vec<hkbFootIkControlsModifierLeg>: Debug,
Vector4: Debug,
Quaternion: Debug,
impl<'a> Debug for hkbFootIkControlsModifier<'a>where
Option<Pointer>: Debug,
hkbModifier<'a>: Debug,
hkbFootIkControlData: Debug,
Vec<hkbFootIkControlsModifierLeg>: Debug,
Vector4: Debug,
Quaternion: Debug,
Source§impl<'a> Default for hkbFootIkControlsModifier<'a>where
Option<Pointer>: Default,
hkbModifier<'a>: Default,
hkbFootIkControlData: Default,
Vec<hkbFootIkControlsModifierLeg>: Default,
Vector4: Default,
Quaternion: Default,
impl<'a> Default for hkbFootIkControlsModifier<'a>where
Option<Pointer>: Default,
hkbModifier<'a>: Default,
hkbFootIkControlData: Default,
Vec<hkbFootIkControlsModifierLeg>: Default,
Vector4: Default,
Quaternion: Default,
Source§impl<'de> Deserialize<'de> for hkbFootIkControlsModifier<'de>
impl<'de> Deserialize<'de> for hkbFootIkControlsModifier<'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 hkbFootIkControlsModifier<'a>
impl<'a> HavokClass for hkbFootIkControlsModifier<'a>
Source§impl<'a> PartialEq for hkbFootIkControlsModifier<'a>where
Option<Pointer>: PartialEq,
hkbModifier<'a>: PartialEq,
hkbFootIkControlData: PartialEq,
Vec<hkbFootIkControlsModifierLeg>: PartialEq,
Vector4: PartialEq,
Quaternion: PartialEq,
impl<'a> PartialEq for hkbFootIkControlsModifier<'a>where
Option<Pointer>: PartialEq,
hkbModifier<'a>: PartialEq,
hkbFootIkControlData: PartialEq,
Vec<hkbFootIkControlsModifierLeg>: PartialEq,
Vector4: PartialEq,
Quaternion: PartialEq,
Auto Trait Implementations§
impl<'a> Freeze for hkbFootIkControlsModifier<'a>
impl<'a> RefUnwindSafe for hkbFootIkControlsModifier<'a>
impl<'a> Send for hkbFootIkControlsModifier<'a>
impl<'a> Sync for hkbFootIkControlsModifier<'a>
impl<'a> Unpin for hkbFootIkControlsModifier<'a>
impl<'a> UnwindSafe for hkbFootIkControlsModifier<'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