pub struct ModelPaint {Show 14 fields
pub model_ambient_occlusion_intensity: Option<Expression<()>>,
pub model_cast_shadows: Option<Expression<()>>,
pub model_color: Option<Expression<()>>,
pub model_color_mix_intensity: Option<Expression<()>>,
pub model_cutoff_fade_range: Option<Expression<()>>,
pub model_emissive_strength: Option<Expression<()>>,
pub model_height_based_emissive_strength_multiplier: Option<Expression<()>>,
pub model_opacity: Option<Expression<()>>,
pub model_receive_shadows: Option<Expression<()>>,
pub model_rotation: Option<Expression<()>>,
pub model_roughness: Option<Expression<()>>,
pub model_scale: Option<Expression<()>>,
pub model_translation: Option<Expression<()>>,
pub model_type: Option<Expression<ModelType>>,
}Fields§
§model_ambient_occlusion_intensity: Option<Expression<()>>§model_cast_shadows: Option<Expression<()>>§model_color: Option<Expression<()>>§model_color_mix_intensity: Option<Expression<()>>§model_cutoff_fade_range: Option<Expression<()>>§model_emissive_strength: Option<Expression<()>>§model_height_based_emissive_strength_multiplier: Option<Expression<()>>§model_opacity: Option<Expression<()>>§model_receive_shadows: Option<Expression<()>>§model_rotation: Option<Expression<()>>§model_roughness: Option<Expression<()>>§model_scale: Option<Expression<()>>§model_translation: Option<Expression<()>>§model_type: Option<Expression<ModelType>>Trait Implementations§
Source§impl Clone for ModelPaint
impl Clone for ModelPaint
Source§fn clone(&self) -> ModelPaint
fn clone(&self) -> ModelPaint
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ModelPaint
impl Debug for ModelPaint
Source§impl Default for ModelPaint
impl Default for ModelPaint
Source§fn default() -> ModelPaint
fn default() -> ModelPaint
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ModelPaint
impl<'de> Deserialize<'de> for ModelPaint
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 ModelPaint
impl RefUnwindSafe for ModelPaint
impl Send for ModelPaint
impl Sync for ModelPaint
impl Unpin for ModelPaint
impl UnwindSafe for ModelPaint
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