Skip to main content

IMaterialReplacer

Trait IMaterialReplacer 

Source
pub trait IMaterialReplacer: IMonoBehaviour {
    // Provided methods
    fn m_material_bmap(self) -> Material { ... }
    fn set_m_material_bmap(self, value: Material) { ... }
    fn m_material_combat(self) -> Material { ... }
    fn set_m_material_combat(self, value: Material) { ... }
}

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§