pub trait INoInterpColorParameterMethods: INoInterpColorParameter {
// Provided methods
fn ctor(self, value: impl Into<Color>, override_state: impl Into<bool>) { ... }
fn ctor_2(
self,
value: impl Into<Color>,
hdr: impl Into<bool>,
show_alpha: impl Into<bool>,
show_eye_dropper: impl Into<bool>,
override_state: impl Into<bool>,
) { ... }
}Provided Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl<__T: INoInterpColorParameter> INoInterpColorParameterMethods for __T
Available on crate feature
unity_engine-rendering-nointerpcolorparameter only.