pub struct SWindGroup {Show 56 fields
pub m_afRippleDistance_0: f32,
pub m_afRippleDistance_1: f32,
pub m_afRippleDistance_2: f32,
pub m_afRippleDistance_3: f32,
pub m_afRippleDistance_4: f32,
pub m_afRippleDistance_5: f32,
pub m_afRippleDistance_6: f32,
pub m_afRippleDistance_7: f32,
pub m_afRippleDistance_8: f32,
pub m_afRippleDistance_9: f32,
pub m_afTumbleDirectionAdherence_0: f32,
pub m_afTumbleDirectionAdherence_1: f32,
pub m_afTumbleDirectionAdherence_2: f32,
pub m_afTumbleDirectionAdherence_3: f32,
pub m_afTumbleDirectionAdherence_4: f32,
pub m_afTumbleDirectionAdherence_5: f32,
pub m_afTumbleDirectionAdherence_6: f32,
pub m_afTumbleDirectionAdherence_7: f32,
pub m_afTumbleDirectionAdherence_8: f32,
pub m_afTumbleDirectionAdherence_9: f32,
pub m_afTumbleFlip_0: f32,
pub m_afTumbleFlip_1: f32,
pub m_afTumbleFlip_2: f32,
pub m_afTumbleFlip_3: f32,
pub m_afTumbleFlip_4: f32,
pub m_afTumbleFlip_5: f32,
pub m_afTumbleFlip_6: f32,
pub m_afTumbleFlip_7: f32,
pub m_afTumbleFlip_8: f32,
pub m_afTumbleFlip_9: f32,
pub m_afTumbleTwist_0: f32,
pub m_afTumbleTwist_1: f32,
pub m_afTumbleTwist_2: f32,
pub m_afTumbleTwist_3: f32,
pub m_afTumbleTwist_4: f32,
pub m_afTumbleTwist_5: f32,
pub m_afTumbleTwist_6: f32,
pub m_afTumbleTwist_7: f32,
pub m_afTumbleTwist_8: f32,
pub m_afTumbleTwist_9: f32,
pub m_afTwitchThrow_0: f32,
pub m_afTwitchThrow_1: f32,
pub m_afTwitchThrow_2: f32,
pub m_afTwitchThrow_3: f32,
pub m_afTwitchThrow_4: f32,
pub m_afTwitchThrow_5: f32,
pub m_afTwitchThrow_6: f32,
pub m_afTwitchThrow_7: f32,
pub m_afTwitchThrow_8: f32,
pub m_afTwitchThrow_9: f32,
pub m_fLeewardScalar: f32,
pub m_fRollMaxScale: f32,
pub m_fRollMinScale: f32,
pub m_fRollSeparation: f32,
pub m_fRollSpeed: f32,
pub m_fTwitchSharpness: f32,
}
Expand description
SWindGroup is a sub class of the Unity engine since version 5.0.0f4.
Fields§
§m_afRippleDistance_0: f32
§m_afRippleDistance_1: f32
§m_afRippleDistance_2: f32
§m_afRippleDistance_3: f32
§m_afRippleDistance_4: f32
§m_afRippleDistance_5: f32
§m_afRippleDistance_6: f32
§m_afRippleDistance_7: f32
§m_afRippleDistance_8: f32
§m_afRippleDistance_9: f32
§m_afTumbleDirectionAdherence_0: f32
§m_afTumbleDirectionAdherence_1: f32
§m_afTumbleDirectionAdherence_2: f32
§m_afTumbleDirectionAdherence_3: f32
§m_afTumbleDirectionAdherence_4: f32
§m_afTumbleDirectionAdherence_5: f32
§m_afTumbleDirectionAdherence_6: f32
§m_afTumbleDirectionAdherence_7: f32
§m_afTumbleDirectionAdherence_8: f32
§m_afTumbleDirectionAdherence_9: f32
§m_afTumbleFlip_0: f32
§m_afTumbleFlip_1: f32
§m_afTumbleFlip_2: f32
§m_afTumbleFlip_3: f32
§m_afTumbleFlip_4: f32
§m_afTumbleFlip_5: f32
§m_afTumbleFlip_6: f32
§m_afTumbleFlip_7: f32
§m_afTumbleFlip_8: f32
§m_afTumbleFlip_9: f32
§m_afTumbleTwist_0: f32
§m_afTumbleTwist_1: f32
§m_afTumbleTwist_2: f32
§m_afTumbleTwist_3: f32
§m_afTumbleTwist_4: f32
§m_afTumbleTwist_5: f32
§m_afTumbleTwist_6: f32
§m_afTumbleTwist_7: f32
§m_afTumbleTwist_8: f32
§m_afTumbleTwist_9: f32
§m_afTwitchThrow_0: f32
§m_afTwitchThrow_1: f32
§m_afTwitchThrow_2: f32
§m_afTwitchThrow_3: f32
§m_afTwitchThrow_4: f32
§m_afTwitchThrow_5: f32
§m_afTwitchThrow_6: f32
§m_afTwitchThrow_7: f32
§m_afTwitchThrow_8: f32
§m_afTwitchThrow_9: f32
§m_fLeewardScalar: f32
§m_fRollMaxScale: f32
§m_fRollMinScale: f32
§m_fRollSeparation: f32
§m_fRollSpeed: f32
§m_fTwitchSharpness: f32
Trait Implementations§
Source§impl Debug for SWindGroup
impl Debug for SWindGroup
Source§impl<'de> Deserialize<'de> for SWindGroup
impl<'de> Deserialize<'de> for SWindGroup
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 SWindGroup
impl RefUnwindSafe for SWindGroup
impl Send for SWindGroup
impl Sync for SWindGroup
impl Unpin for SWindGroup
impl UnwindSafe for SWindGroup
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