pub struct SBranchWindLevel {Show 33 fields
pub m_afDirectionAdherence_0: f32,
pub m_afDirectionAdherence_1: f32,
pub m_afDirectionAdherence_2: f32,
pub m_afDirectionAdherence_3: f32,
pub m_afDirectionAdherence_4: f32,
pub m_afDirectionAdherence_5: f32,
pub m_afDirectionAdherence_6: f32,
pub m_afDirectionAdherence_7: f32,
pub m_afDirectionAdherence_8: f32,
pub m_afDirectionAdherence_9: f32,
pub m_afDistance_0: f32,
pub m_afDistance_1: f32,
pub m_afDistance_2: f32,
pub m_afDistance_3: f32,
pub m_afDistance_4: f32,
pub m_afDistance_5: f32,
pub m_afDistance_6: f32,
pub m_afDistance_7: f32,
pub m_afDistance_8: f32,
pub m_afDistance_9: f32,
pub m_afWhip_0: f32,
pub m_afWhip_1: f32,
pub m_afWhip_2: f32,
pub m_afWhip_3: f32,
pub m_afWhip_4: f32,
pub m_afWhip_5: f32,
pub m_afWhip_6: f32,
pub m_afWhip_7: f32,
pub m_afWhip_8: f32,
pub m_afWhip_9: f32,
pub m_fTurbulence: f32,
pub m_fTwitch: f32,
pub m_fTwitchFreqScale: f32,
}Expand description
SBranchWindLevel is a sub class of the Unity engine since version 5.0.0f4.
Fields§
§m_afDirectionAdherence_0: f32§m_afDirectionAdherence_1: f32§m_afDirectionAdherence_2: f32§m_afDirectionAdherence_3: f32§m_afDirectionAdherence_4: f32§m_afDirectionAdherence_5: f32§m_afDirectionAdherence_6: f32§m_afDirectionAdherence_7: f32§m_afDirectionAdherence_8: f32§m_afDirectionAdherence_9: f32§m_afDistance_0: f32§m_afDistance_1: f32§m_afDistance_2: f32§m_afDistance_3: f32§m_afDistance_4: f32§m_afDistance_5: f32§m_afDistance_6: f32§m_afDistance_7: f32§m_afDistance_8: f32§m_afDistance_9: f32§m_afWhip_0: f32§m_afWhip_1: f32§m_afWhip_2: f32§m_afWhip_3: f32§m_afWhip_4: f32§m_afWhip_5: f32§m_afWhip_6: f32§m_afWhip_7: f32§m_afWhip_8: f32§m_afWhip_9: f32§m_fTurbulence: f32§m_fTwitch: f32§m_fTwitchFreqScale: f32Trait Implementations§
Source§impl Debug for SBranchWindLevel
impl Debug for SBranchWindLevel
Source§impl<'de> Deserialize<'de> for SBranchWindLevel
impl<'de> Deserialize<'de> for SBranchWindLevel
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 SBranchWindLevel
impl RefUnwindSafe for SBranchWindLevel
impl Send for SBranchWindLevel
impl Sync for SBranchWindLevel
impl Unpin for SBranchWindLevel
impl UnwindSafe for SBranchWindLevel
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