pub struct hkbProxyModifier<'a> {Show 31 fields
pub __ptr: Option<Pointer>,
pub parent: hkbModifier<'a>,
pub m_proxyInfo: hkbProxyModifierProxyInfo,
pub m_linearVelocity: Vector4,
pub m_horizontalGain: f32,
pub m_verticalGain: f32,
pub m_maxHorizontalSeparation: f32,
pub m_maxVerticalSeparation: f32,
pub m_verticalDisplacementError: f32,
pub m_verticalDisplacementErrorGain: f32,
pub m_maxVerticalDisplacement: f32,
pub m_minVerticalDisplacement: f32,
pub m_capsuleHeight: f32,
pub m_capsuleRadius: f32,
pub m_maxSlopeForRotation: f32,
pub m_collisionFilterInfo: u32,
pub m_phantomType: PhantomType,
pub m_linearVelocityMode: LinearVelocityMode,
pub m_ignoreIncomingRotation: bool,
pub m_ignoreCollisionDuringRotation: bool,
pub m_ignoreIncomingTranslation: bool,
pub m_includeDownwardMomentum: bool,
pub m_followWorldFromModel: bool,
pub m_isTouchingGround: bool,
pub m_characterProxy: Pointer,
pub m_phantom: Pointer,
pub m_phantomShape: Pointer,
pub m_horizontalDisplacement: Vector4,
pub m_verticalDisplacement: f32,
pub m_timestep: f32,
pub m_previousFrameFollowWorldFromModel: bool,
}Expand description
§C++ Info
- name:
hkbProxyModifier - version:
1 - signature:
0x8a41554f - size:
256(x86)/288(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_proxyInfo: hkbProxyModifierProxyInfo§C++ Info
- name:
proxyInfo(ctype:struct hkbProxyModifierProxyInfo) - offset:
48(x86)/80(x86_64) - type_size:
80(x86)/80(x86_64)
m_linearVelocity: Vector4§C++ Info
- name:
linearVelocity(ctype:hkVector4) - offset:
128(x86)/160(x86_64) - type_size:
16(x86)/16(x86_64)
m_horizontalGain: f32§C++ Info
- name:
horizontalGain(ctype:hkReal) - offset:
144(x86)/176(x86_64) - type_size:
4(x86)/4(x86_64)
m_verticalGain: f32§C++ Info
- name:
verticalGain(ctype:hkReal) - offset:
148(x86)/180(x86_64) - type_size:
4(x86)/4(x86_64)
m_maxHorizontalSeparation: f32§C++ Info
- name:
maxHorizontalSeparation(ctype:hkReal) - offset:
152(x86)/184(x86_64) - type_size:
4(x86)/4(x86_64)
m_maxVerticalSeparation: f32§C++ Info
- name:
maxVerticalSeparation(ctype:hkReal) - offset:
156(x86)/188(x86_64) - type_size:
4(x86)/4(x86_64)
m_verticalDisplacementError: f32§C++ Info
- name:
verticalDisplacementError(ctype:hkReal) - offset:
160(x86)/192(x86_64) - type_size:
4(x86)/4(x86_64)
m_verticalDisplacementErrorGain: f32§C++ Info
- name:
verticalDisplacementErrorGain(ctype:hkReal) - offset:
164(x86)/196(x86_64) - type_size:
4(x86)/4(x86_64)
m_maxVerticalDisplacement: f32§C++ Info
- name:
maxVerticalDisplacement(ctype:hkReal) - offset:
168(x86)/200(x86_64) - type_size:
4(x86)/4(x86_64)
m_minVerticalDisplacement: f32§C++ Info
- name:
minVerticalDisplacement(ctype:hkReal) - offset:
172(x86)/204(x86_64) - type_size:
4(x86)/4(x86_64)
m_capsuleHeight: f32§C++ Info
- name:
capsuleHeight(ctype:hkReal) - offset:
176(x86)/208(x86_64) - type_size:
4(x86)/4(x86_64)
m_capsuleRadius: f32§C++ Info
- name:
capsuleRadius(ctype:hkReal) - offset:
180(x86)/212(x86_64) - type_size:
4(x86)/4(x86_64)
m_maxSlopeForRotation: f32§C++ Info
- name:
maxSlopeForRotation(ctype:hkReal) - offset:
184(x86)/216(x86_64) - type_size:
4(x86)/4(x86_64)
m_collisionFilterInfo: u32§C++ Info
- name:
collisionFilterInfo(ctype:hkUint32) - offset:
188(x86)/220(x86_64) - type_size:
4(x86)/4(x86_64)
m_phantomType: PhantomType§C++ Info
- name:
phantomType(ctype:enum PhantomType) - offset:
192(x86)/224(x86_64) - type_size:
1(x86)/1(x86_64)
m_linearVelocityMode: LinearVelocityMode§C++ Info
- name:
linearVelocityMode(ctype:enum LinearVelocityMode) - offset:
193(x86)/225(x86_64) - type_size:
1(x86)/1(x86_64)
m_ignoreIncomingRotation: bool§C++ Info
- name:
ignoreIncomingRotation(ctype:hkBool) - offset:
194(x86)/226(x86_64) - type_size:
1(x86)/1(x86_64)
m_ignoreCollisionDuringRotation: bool§C++ Info
- name:
ignoreCollisionDuringRotation(ctype:hkBool) - offset:
195(x86)/227(x86_64) - type_size:
1(x86)/1(x86_64)
m_ignoreIncomingTranslation: bool§C++ Info
- name:
ignoreIncomingTranslation(ctype:hkBool) - offset:
196(x86)/228(x86_64) - type_size:
1(x86)/1(x86_64)
m_includeDownwardMomentum: bool§C++ Info
- name:
includeDownwardMomentum(ctype:hkBool) - offset:
197(x86)/229(x86_64) - type_size:
1(x86)/1(x86_64)
m_followWorldFromModel: bool§C++ Info
- name:
followWorldFromModel(ctype:hkBool) - offset:
198(x86)/230(x86_64) - type_size:
1(x86)/1(x86_64)
m_isTouchingGround: bool§C++ Info
- name:
isTouchingGround(ctype:hkBool) - offset:
199(x86)/231(x86_64) - type_size:
1(x86)/1(x86_64)
m_characterProxy: Pointer§C++ Info
- name:
characterProxy(ctype:void*) - offset:
200(x86)/232(x86_64) - type_size:
4(x86)/8(x86_64) - flags:
SERIALIZE_IGNORED
m_phantom: Pointer§C++ Info
- name:
phantom(ctype:void*) - offset:
204(x86)/240(x86_64) - type_size:
4(x86)/8(x86_64) - flags:
SERIALIZE_IGNORED
m_phantomShape: Pointer§C++ Info
- name:
phantomShape(ctype:void*) - offset:
208(x86)/248(x86_64) - type_size:
4(x86)/8(x86_64) - flags:
SERIALIZE_IGNORED
m_horizontalDisplacement: Vector4§C++ Info
- name:
horizontalDisplacement(ctype:hkVector4) - offset:
224(x86)/256(x86_64) - type_size:
16(x86)/16(x86_64) - flags:
SERIALIZE_IGNORED
m_verticalDisplacement: f32§C++ Info
- name:
verticalDisplacement(ctype:hkReal) - offset:
240(x86)/272(x86_64) - type_size:
4(x86)/4(x86_64) - flags:
SERIALIZE_IGNORED
m_timestep: f32§C++ Info
- name:
timestep(ctype:hkReal) - offset:
244(x86)/276(x86_64) - type_size:
4(x86)/4(x86_64) - flags:
SERIALIZE_IGNORED
m_previousFrameFollowWorldFromModel: bool§C++ Info
- name:
previousFrameFollowWorldFromModel(ctype:hkBool) - offset:
248(x86)/280(x86_64) - type_size:
1(x86)/1(x86_64) - flags:
SERIALIZE_IGNORED
Trait Implementations§
Source§impl<'a> Clone for hkbProxyModifier<'a>
impl<'a> Clone for hkbProxyModifier<'a>
Source§impl<'a> Debug for hkbProxyModifier<'a>
impl<'a> Debug for hkbProxyModifier<'a>
Source§impl<'a> Default for hkbProxyModifier<'a>
impl<'a> Default for hkbProxyModifier<'a>
Source§impl<'de> Deserialize<'de> for hkbProxyModifier<'de>
impl<'de> Deserialize<'de> for hkbProxyModifier<'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 hkbProxyModifier<'a>
impl<'a> HavokClass for hkbProxyModifier<'a>
Source§impl<'a> PartialEq for hkbProxyModifier<'a>
impl<'a> PartialEq for hkbProxyModifier<'a>
Auto Trait Implementations§
impl<'a> Freeze for hkbProxyModifier<'a>
impl<'a> RefUnwindSafe for hkbProxyModifier<'a>
impl<'a> Send for hkbProxyModifier<'a>
impl<'a> Sync for hkbProxyModifier<'a>
impl<'a> Unpin for hkbProxyModifier<'a>
impl<'a> UnwindSafe for hkbProxyModifier<'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