pub struct hkbClientCharacterState<'a> {Show 21 fields
pub __ptr: Option<Pointer>,
pub parent: hkReferencedObject,
pub m_deformableSkinIds: Vec<u64>,
pub m_rigidSkinIds: Vec<u64>,
pub m_externalEventIds: Vec<i16>,
pub m_auxiliaryInfo: Vec<Pointer>,
pub m_activeEventIds: Vec<i16>,
pub m_activeVariableIds: Vec<i16>,
pub m_characterId: u64,
pub m_instanceName: StringPtr<'a>,
pub m_templateName: StringPtr<'a>,
pub m_fullPathToProject: StringPtr<'a>,
pub m_behaviorData: Pointer,
pub m_behaviorInternalState: Pointer,
pub m_nodeIdToInternalStateMap: Pointer,
pub m_visible: bool,
pub m_elapsedSimulationTime: f32,
pub m_skeleton: Pointer,
pub m_worldFromModel: QsTransform,
pub m_poseModelSpace: Vec<QsTransform>,
pub m_rigidAttachmentTransforms: Vec<QsTransform>,
}Expand description
§C++ Info
- name:
hkbClientCharacterState - version:
1 - signature:
0xa2624c97 - size:
208(x86)/272(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: hkReferencedObjectAlternative to C++ class inheritance.
m_deformableSkinIds: Vec<u64>§C++ Info
- name:
deformableSkinIds(ctype:hkArray<hkUint64>) - offset:
8(x86)/16(x86_64) - type_size:
12(x86)/16(x86_64)
m_rigidSkinIds: Vec<u64>§C++ Info
- name:
rigidSkinIds(ctype:hkArray<hkUint64>) - offset:
20(x86)/32(x86_64) - type_size:
12(x86)/16(x86_64)
m_externalEventIds: Vec<i16>§C++ Info
- name:
externalEventIds(ctype:hkArray<hkInt16>) - offset:
32(x86)/48(x86_64) - type_size:
12(x86)/16(x86_64)
m_auxiliaryInfo: Vec<Pointer>§C++ Info
- name:
auxiliaryInfo(ctype:hkArray<hkbAuxiliaryNodeInfo*>) - offset:
44(x86)/64(x86_64) - type_size:
12(x86)/16(x86_64)
m_activeEventIds: Vec<i16>§C++ Info
- name:
activeEventIds(ctype:hkArray<hkInt16>) - offset:
56(x86)/80(x86_64) - type_size:
12(x86)/16(x86_64)
m_activeVariableIds: Vec<i16>§C++ Info
- name:
activeVariableIds(ctype:hkArray<hkInt16>) - offset:
68(x86)/96(x86_64) - type_size:
12(x86)/16(x86_64)
m_characterId: u64§C++ Info
- name:
characterId(ctype:hkUint64) - offset:
80(x86)/112(x86_64) - type_size:
8(x86)/8(x86_64)
m_instanceName: StringPtr<'a>§C++ Info
- name:
instanceName(ctype:hkStringPtr) - offset:
88(x86)/120(x86_64) - type_size:
4(x86)/8(x86_64)
m_templateName: StringPtr<'a>§C++ Info
- name:
templateName(ctype:hkStringPtr) - offset:
92(x86)/128(x86_64) - type_size:
4(x86)/8(x86_64)
m_fullPathToProject: StringPtr<'a>§C++ Info
- name:
fullPathToProject(ctype:hkStringPtr) - offset:
96(x86)/136(x86_64) - type_size:
4(x86)/8(x86_64)
m_behaviorData: Pointer§C++ Info
- name:
behaviorData(ctype:struct hkbBehaviorGraphData*) - offset:
100(x86)/144(x86_64) - type_size:
4(x86)/8(x86_64)
m_behaviorInternalState: Pointer§C++ Info
- name:
behaviorInternalState(ctype:struct hkbBehaviorGraphInternalState*) - offset:
104(x86)/152(x86_64) - type_size:
4(x86)/8(x86_64)
m_nodeIdToInternalStateMap: Pointer§C++ Info
- name:
nodeIdToInternalStateMap(ctype:void*) - offset:
108(x86)/160(x86_64) - type_size:
4(x86)/8(x86_64) - flags:
SERIALIZE_IGNORED
m_visible: bool§C++ Info
- name:
visible(ctype:hkBool) - offset:
112(x86)/168(x86_64) - type_size:
1(x86)/1(x86_64)
m_elapsedSimulationTime: f32§C++ Info
- name:
elapsedSimulationTime(ctype:hkReal) - offset:
116(x86)/172(x86_64) - type_size:
4(x86)/4(x86_64)
m_skeleton: Pointer§C++ Info
- name:
skeleton(ctype:struct hkaSkeleton*) - offset:
120(x86)/176(x86_64) - type_size:
4(x86)/8(x86_64)
m_worldFromModel: QsTransform§C++ Info
- name:
worldFromModel(ctype:hkQsTransform) - offset:
128(x86)/192(x86_64) - type_size:
48(x86)/48(x86_64)
m_poseModelSpace: Vec<QsTransform>§C++ Info
- name:
poseModelSpace(ctype:hkArray<hkQsTransform>) - offset:
176(x86)/240(x86_64) - type_size:
12(x86)/16(x86_64)
m_rigidAttachmentTransforms: Vec<QsTransform>§C++ Info
- name:
rigidAttachmentTransforms(ctype:hkArray<hkQsTransform>) - offset:
188(x86)/256(x86_64) - type_size:
12(x86)/16(x86_64)
Trait Implementations§
Source§impl<'a> Clone for hkbClientCharacterState<'a>
impl<'a> Clone for hkbClientCharacterState<'a>
Source§impl<'a> Debug for hkbClientCharacterState<'a>
impl<'a> Debug for hkbClientCharacterState<'a>
Source§impl<'a> Default for hkbClientCharacterState<'a>
impl<'a> Default for hkbClientCharacterState<'a>
Source§impl<'de> Deserialize<'de> for hkbClientCharacterState<'de>
impl<'de> Deserialize<'de> for hkbClientCharacterState<'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 hkbClientCharacterState<'a>
impl<'a> HavokClass for hkbClientCharacterState<'a>
Source§impl<'a> PartialEq for hkbClientCharacterState<'a>
impl<'a> PartialEq for hkbClientCharacterState<'a>
Auto Trait Implementations§
impl<'a> Freeze for hkbClientCharacterState<'a>
impl<'a> RefUnwindSafe for hkbClientCharacterState<'a>
impl<'a> Send for hkbClientCharacterState<'a>
impl<'a> Sync for hkbClientCharacterState<'a>
impl<'a> Unpin for hkbClientCharacterState<'a>
impl<'a> UnwindSafe for hkbClientCharacterState<'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