pub trait IColorUsageAttributeMethods: IColorUsageAttribute {
// Provided methods
fn ctor(self, show_alpha: impl Into<bool>) { ... }
fn ctor_2(self, show_alpha: impl Into<bool>, hdr: 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: IColorUsageAttribute> IColorUsageAttributeMethods for __T
Available on crate feature
unity_engine-colorusageattribute only.