Skip to main content

IMeshContainerMethods

Trait IMeshContainerMethods 

Source
pub trait IMeshContainerMethods: IMeshContainer {
    // Provided methods
    fn ctor(self, m: impl Into<Mesh>) { ... }
    fn update(self) { ... }
}

Provided Methods§

Source

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

.ctor(crate::unity_engine::mesh::Mesh) overload

Source

fn update(self)

Update() 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: IMeshContainer> IMeshContainerMethods for __T

Available on crate feature app-water-meshcontainer only.