pub struct hkbProxyModifierProxyInfo {Show 15 fields
pub __ptr: Option<Pointer>,
pub m_dynamicFriction: f32,
pub m_staticFriction: f32,
pub m_keepContactTolerance: f32,
pub m_up: Vector4,
pub m_keepDistance: f32,
pub m_contactAngleSensitivity: f32,
pub m_userPlanes: u32,
pub m_maxCharacterSpeedForSolver: f32,
pub m_characterStrength: f32,
pub m_characterMass: f32,
pub m_maxSlope: f32,
pub m_penetrationRecoverySpeed: f32,
pub m_maxCastIterations: i32,
pub m_refreshManifoldInCheckSupport: bool,
}
Expand description
§C++ Info
- name:
hkbProxyModifierProxyInfo
- version:
0
- signature:
0x39de637e
- size:
80
(x86)/80
(x86_64) - vtable:
false
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.
m_dynamicFriction: f32
§C++ Info
- name:
dynamicFriction
(ctype:hkReal
) - offset:
0
(x86)/0
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_staticFriction: f32
§C++ Info
- name:
staticFriction
(ctype:hkReal
) - offset:
4
(x86)/4
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_keepContactTolerance: f32
§C++ Info
- name:
keepContactTolerance
(ctype:hkReal
) - offset:
8
(x86)/8
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_up: Vector4
§C++ Info
- name:
up
(ctype:hkVector4
) - offset:
16
(x86)/16
(x86_64) - type_size:
16
(x86)/16
(x86_64)
m_keepDistance: f32
§C++ Info
- name:
keepDistance
(ctype:hkReal
) - offset:
32
(x86)/32
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_contactAngleSensitivity: f32
§C++ Info
- name:
contactAngleSensitivity
(ctype:hkReal
) - offset:
36
(x86)/36
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_userPlanes: u32
§C++ Info
- name:
userPlanes
(ctype:hkUint32
) - offset:
40
(x86)/40
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_maxCharacterSpeedForSolver: f32
§C++ Info
- name:
maxCharacterSpeedForSolver
(ctype:hkReal
) - offset:
44
(x86)/44
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_characterStrength: f32
§C++ Info
- name:
characterStrength
(ctype:hkReal
) - offset:
48
(x86)/48
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_characterMass: f32
§C++ Info
- name:
characterMass
(ctype:hkReal
) - offset:
52
(x86)/52
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_maxSlope: f32
§C++ Info
- name:
maxSlope
(ctype:hkReal
) - offset:
56
(x86)/56
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_penetrationRecoverySpeed: f32
§C++ Info
- name:
penetrationRecoverySpeed
(ctype:hkReal
) - offset:
60
(x86)/60
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_maxCastIterations: i32
§C++ Info
- name:
maxCastIterations
(ctype:hkInt32
) - offset:
64
(x86)/64
(x86_64) - type_size:
4
(x86)/4
(x86_64)
m_refreshManifoldInCheckSupport: bool
§C++ Info
- name:
refreshManifoldInCheckSupport
(ctype:hkBool
) - offset:
68
(x86)/68
(x86_64) - type_size:
1
(x86)/1
(x86_64)
Trait Implementations§
Source§impl Clone for hkbProxyModifierProxyInfo
impl Clone for hkbProxyModifierProxyInfo
Source§impl Debug for hkbProxyModifierProxyInfo
impl Debug for hkbProxyModifierProxyInfo
Source§impl Default for hkbProxyModifierProxyInfo
impl Default for hkbProxyModifierProxyInfo
Source§impl<'de> Deserialize<'de> for hkbProxyModifierProxyInfo
impl<'de> Deserialize<'de> for hkbProxyModifierProxyInfo
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
Auto Trait Implementations§
impl Freeze for hkbProxyModifierProxyInfo
impl RefUnwindSafe for hkbProxyModifierProxyInfo
impl Send for hkbProxyModifierProxyInfo
impl Sync for hkbProxyModifierProxyInfo
impl Unpin for hkbProxyModifierProxyInfo
impl UnwindSafe for hkbProxyModifierProxyInfo
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