Skip to main content

ISoftNormalsToVertexColorMethods

Trait ISoftNormalsToVertexColorMethods 

Source
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§

Source

fn on_draw_gizmos(self)

OnDrawGizmos() overload

Source

fn awake(self)

Awake() overload

Source

fn try_generate(self)

TryGenerate() overload

Source

fn generate(self, m: impl Into<Mesh>)

Generate(crate::unity_engine::mesh::Mesh) overload

Source

fn ctor(self)

.ctor() 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§

Source§

impl<__T: ISoftNormalsToVertexColor> ISoftNormalsToVertexColorMethods for __T

Available on crate feature root-softnormalstovertexcolor only.