Skip to main content

ISoftNormalsToVertexColor

Trait ISoftNormalsToVertexColor 

Source
pub trait ISoftNormalsToVertexColor: IMonoBehaviour {
    // Provided methods
    fn method(self) -> SoftNormalsToVertexColor_Method { ... }
    fn set_method(self, value: SoftNormalsToVertexColor_Method) { ... }
    fn generate_on_awake(self) -> bool { ... }
    fn set_generate_on_awake(self, value: bool) { ... }
    fn generate_now(self) -> bool { ... }
    fn set_generate_now(self, value: 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§