pub struct FalloffTable {Show 13 fields
pub m_Table_0_: Option<f32>,
pub m_Table_10_: Option<f32>,
pub m_Table_11_: Option<f32>,
pub m_Table_12_: Option<f32>,
pub m_Table_1_: Option<f32>,
pub m_Table_2_: Option<f32>,
pub m_Table_3_: Option<f32>,
pub m_Table_4_: Option<f32>,
pub m_Table_5_: Option<f32>,
pub m_Table_6_: Option<f32>,
pub m_Table_7_: Option<f32>,
pub m_Table_8_: Option<f32>,
pub m_Table_9_: Option<f32>,
}Expand description
FalloffTable is a sub class of the Unity engine since version 2017.1.0b1.
Fields§
§m_Table_0_: Option<f32>f32: (2017.1.0b1 - 2017.1.0b10)
m_Table_10_: Option<f32>f32: (2017.1.0b1 - 2017.1.0b10)
m_Table_11_: Option<f32>f32: (2017.1.0b1 - 2017.1.0b10)
m_Table_12_: Option<f32>f32: (2017.1.0b1 - 2017.1.0b10)
m_Table_1_: Option<f32>f32: (2017.1.0b1 - 2017.1.0b10)
m_Table_2_: Option<f32>f32: (2017.1.0b1 - 2017.1.0b10)
m_Table_3_: Option<f32>f32: (2017.1.0b1 - 2017.1.0b10)
m_Table_4_: Option<f32>f32: (2017.1.0b1 - 2017.1.0b10)
m_Table_5_: Option<f32>f32: (2017.1.0b1 - 2017.1.0b10)
m_Table_6_: Option<f32>f32: (2017.1.0b1 - 2017.1.0b10)
m_Table_7_: Option<f32>f32: (2017.1.0b1 - 2017.1.0b10)
m_Table_8_: Option<f32>f32: (2017.1.0b1 - 2017.1.0b10)
m_Table_9_: Option<f32>f32: (2017.1.0b1 - 2017.1.0b10)
Trait Implementations§
Source§impl Debug for FalloffTable
impl Debug for FalloffTable
Source§impl<'de> Deserialize<'de> for FalloffTable
impl<'de> Deserialize<'de> for FalloffTable
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 FalloffTable
impl RefUnwindSafe for FalloffTable
impl Send for FalloffTable
impl Sync for FalloffTable
impl Unpin for FalloffTable
impl UnwindSafe for FalloffTable
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