pub struct ColorModule {
pub enabled: bool,
pub gradient: MinMaxGradient,
}Expand description
ColorModule is a sub class of the Unity engine since version 3.5.0.
Fields§
§enabled: bool§gradient: MinMaxGradientTrait Implementations§
Source§impl Debug for ColorModule
impl Debug for ColorModule
Source§impl<'de> Deserialize<'de> for ColorModule
impl<'de> Deserialize<'de> for ColorModule
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 ColorModule
impl RefUnwindSafe for ColorModule
impl Send for ColorModule
impl Sync for ColorModule
impl Unpin for ColorModule
impl UnwindSafe for ColorModule
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