Struct hkbProxyModifier

Source
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 is class 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>

Source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<'a> Debug for hkbProxyModifier<'a>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<'a> Default for hkbProxyModifier<'a>

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl<'de> Deserialize<'de> for hkbProxyModifier<'de>

Source§

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>

Source§

fn name(&self) -> &'static str

Get Class name.
Source§

fn signature(&self) -> Signature

Get signature.
Source§

fn deps_indexes(&self) -> Vec<usize>

Get dependencies class of indexes to do topological sort.
Source§

impl<'a> PartialEq for hkbProxyModifier<'a>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl<'a> Serialize for hkbProxyModifier<'a>

Source§

fn serialize<S>(&self, __serializer: S) -> Result<S::Ok, S::Error>
where S: Serializer,

Serialize this value into the given Serde serializer.

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> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

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 more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

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
Source§

impl<T> IntoResult<T> for T

Source§

impl<T> Pointable for T

Source§

const ALIGN: usize

The alignment of pointer.
Source§

type Init = T

The type for initializers.
Source§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
Source§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
Source§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
Source§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.