pub trait ISoftNormalsToVertexColorMethods: ISoftNormalsToVertexColor {
// Provided methods
fn on_draw_gizmos(self) { ... }
fn awake(self) { ... }
fn try_generate(self) { ... }
fn generate(self, m: impl Into<Mesh>) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn on_draw_gizmos(self)
fn on_draw_gizmos(self)
OnDrawGizmos() overload
Sourcefn try_generate(self)
fn try_generate(self)
TryGenerate() overload
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: ISoftNormalsToVertexColor> ISoftNormalsToVertexColorMethods for __T
Available on crate feature
root-softnormalstovertexcolor only.