pub struct SizeModule {
pub curve: MinMaxCurve,
pub enabled: bool,
pub separateAxes: Option<bool>,
pub y: Option<MinMaxCurve>,
pub z: Option<MinMaxCurve>,
}Expand description
SizeModule is a sub class of the Unity engine since version 3.5.0.
Fields§
§curve: MinMaxCurve§enabled: bool§separateAxes: Option<bool>bool: (5.4.0f3 - 2022.3.2f1)
y: Option<MinMaxCurve>MinMaxCurve: (5.4.0f3 - 2022.3.2f1)
z: Option<MinMaxCurve>MinMaxCurve: (5.4.0f3 - 2022.3.2f1)
Trait Implementations§
Source§impl Debug for SizeModule
impl Debug for SizeModule
Source§impl<'de> Deserialize<'de> for SizeModule
impl<'de> Deserialize<'de> for SizeModule
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 SizeModule
impl RefUnwindSafe for SizeModule
impl Send for SizeModule
impl Sync for SizeModule
impl Unpin for SizeModule
impl UnwindSafe for SizeModule
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