pub struct BSCyclicBlendTransitionGenerator<'a> {
pub __ptr: Option<Pointer>,
pub parent: hkbGenerator<'a>,
pub m_pBlenderGenerator: Pointer,
pub m_EventToFreezeBlendValue: hkbEventProperty,
pub m_EventToCrossBlend: hkbEventProperty,
pub m_fBlendParameter: f32,
pub m_fTransitionDuration: f32,
pub m_eBlendCurve: BlendCurve,
pub m_pTransitionBlenderGenerator: Pointer,
pub m_pTransitionEffect: Pointer,
pub m_currentMode: i8,
}Expand description
§C++ Info
- name:
BSCyclicBlendTransitionGenerator - version:
1 - signature:
0x5119eb06 - size:
112(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: hkbGenerator<'a>Alternative to C++ class inheritance.
m_pBlenderGenerator: Pointer§C++ Info
- name:
pBlenderGenerator(ctype:struct hkbGenerator*) - offset:
48(x86)/80(x86_64) - type_size:
4(x86)/8(x86_64) - flags:
ALIGN_16
m_EventToFreezeBlendValue: hkbEventProperty§C++ Info
- name:
EventToFreezeBlendValue(ctype:struct hkbEventProperty) - offset:
52(x86)/88(x86_64) - type_size:
8(x86)/16(x86_64)
m_EventToCrossBlend: hkbEventProperty§C++ Info
- name:
EventToCrossBlend(ctype:struct hkbEventProperty) - offset:
60(x86)/104(x86_64) - type_size:
8(x86)/16(x86_64)
m_fBlendParameter: f32§C++ Info
- name:
fBlendParameter(ctype:hkReal) - offset:
68(x86)/120(x86_64) - type_size:
4(x86)/4(x86_64)
m_fTransitionDuration: f32§C++ Info
- name:
fTransitionDuration(ctype:hkReal) - offset:
72(x86)/124(x86_64) - type_size:
4(x86)/4(x86_64)
m_eBlendCurve: BlendCurve§C++ Info
- name:
eBlendCurve(ctype:enum BlendCurve) - offset:
76(x86)/128(x86_64) - type_size:
1(x86)/1(x86_64)
m_pTransitionBlenderGenerator: Pointer§C++ Info
- name:
pTransitionBlenderGenerator(ctype:void*) - offset:
80(x86)/144(x86_64) - type_size:
4(x86)/8(x86_64) - flags:
ALIGN_16|SERIALIZE_IGNORED
m_pTransitionEffect: Pointer§C++ Info
- name:
pTransitionEffect(ctype:void*) - offset:
96(x86)/160(x86_64) - type_size:
4(x86)/8(x86_64) - flags:
ALIGN_16|SERIALIZE_IGNORED
m_currentMode: i8§C++ Info
- name:
currentMode(ctype:enum unknown) - offset:
100(x86)/168(x86_64) - type_size:
1(x86)/1(x86_64) - flags:
SERIALIZE_IGNORED
Trait Implementations§
Source§impl<'a> Clone for BSCyclicBlendTransitionGenerator<'a>where
Option<Pointer>: Clone,
hkbGenerator<'a>: Clone,
Pointer: Clone,
hkbEventProperty: Clone,
f32: Clone,
BlendCurve: Clone,
i8: Clone,
impl<'a> Clone for BSCyclicBlendTransitionGenerator<'a>where
Option<Pointer>: Clone,
hkbGenerator<'a>: Clone,
Pointer: Clone,
hkbEventProperty: Clone,
f32: Clone,
BlendCurve: Clone,
i8: Clone,
Source§impl<'a> Debug for BSCyclicBlendTransitionGenerator<'a>where
Option<Pointer>: Debug,
hkbGenerator<'a>: Debug,
Pointer: Debug,
hkbEventProperty: Debug,
f32: Debug,
BlendCurve: Debug,
i8: Debug,
impl<'a> Debug for BSCyclicBlendTransitionGenerator<'a>where
Option<Pointer>: Debug,
hkbGenerator<'a>: Debug,
Pointer: Debug,
hkbEventProperty: Debug,
f32: Debug,
BlendCurve: Debug,
i8: Debug,
Source§impl<'a> Default for BSCyclicBlendTransitionGenerator<'a>where
Option<Pointer>: Default,
hkbGenerator<'a>: Default,
Pointer: Default,
hkbEventProperty: Default,
f32: Default,
BlendCurve: Default,
i8: Default,
impl<'a> Default for BSCyclicBlendTransitionGenerator<'a>where
Option<Pointer>: Default,
hkbGenerator<'a>: Default,
Pointer: Default,
hkbEventProperty: Default,
f32: Default,
BlendCurve: Default,
i8: Default,
Source§impl<'de> Deserialize<'de> for BSCyclicBlendTransitionGenerator<'de>
impl<'de> Deserialize<'de> for BSCyclicBlendTransitionGenerator<'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 BSCyclicBlendTransitionGenerator<'a>
impl<'a> HavokClass for BSCyclicBlendTransitionGenerator<'a>
Source§impl<'a> PartialEq for BSCyclicBlendTransitionGenerator<'a>where
Option<Pointer>: PartialEq,
hkbGenerator<'a>: PartialEq,
Pointer: PartialEq,
hkbEventProperty: PartialEq,
f32: PartialEq,
BlendCurve: PartialEq,
i8: PartialEq,
impl<'a> PartialEq for BSCyclicBlendTransitionGenerator<'a>where
Option<Pointer>: PartialEq,
hkbGenerator<'a>: PartialEq,
Pointer: PartialEq,
hkbEventProperty: PartialEq,
f32: PartialEq,
BlendCurve: PartialEq,
i8: PartialEq,
Auto Trait Implementations§
impl<'a> Freeze for BSCyclicBlendTransitionGenerator<'a>
impl<'a> RefUnwindSafe for BSCyclicBlendTransitionGenerator<'a>
impl<'a> Send for BSCyclicBlendTransitionGenerator<'a>
impl<'a> Sync for BSCyclicBlendTransitionGenerator<'a>
impl<'a> Unpin for BSCyclicBlendTransitionGenerator<'a>
impl<'a> UnwindSafe for BSCyclicBlendTransitionGenerator<'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