pub struct MultiModeParameter {
pub mode: i32,
pub speed: MinMaxCurve,
pub spread: f32,
pub value: Option<f32>,
}Expand description
MultiModeParameter is a sub class of the Unity engine since version 5.6.0f1.
Fields§
§mode: i32§speed: MinMaxCurve§spread: f32§value: Option<f32>f32: (5.6.0f1 - 2018.2.21f1)
Trait Implementations§
Source§impl Debug for MultiModeParameter
impl Debug for MultiModeParameter
Source§impl<'de> Deserialize<'de> for MultiModeParameter
impl<'de> Deserialize<'de> for MultiModeParameter
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 MultiModeParameter
impl RefUnwindSafe for MultiModeParameter
impl Send for MultiModeParameter
impl Sync for MultiModeParameter
impl Unpin for MultiModeParameter
impl UnwindSafe for MultiModeParameter
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