Struct SWindGroup

Source
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

Source§

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

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

impl<'de> Deserialize<'de> for SWindGroup

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 Serialize for SWindGroup

Source§

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

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

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> 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> Same for T

Source§

type Output = T

Should always be Self
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.
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,