Skip to main content

IBillboardSample

Trait IBillboardSample 

Source
pub trait IBillboardSample: IMonoBehaviour {
    // Provided methods
    fn m_mesh(self) -> Mesh { ... }
    fn set_m_mesh(self, value: Mesh) { ... }
}

Provided Methods§

Source

fn m_mesh(self) -> Mesh

Source

fn set_m_mesh(self, value: Mesh)

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§