Skip to main content

IMapObject_DitherManager

Trait IMapObject_DitherManager 

Source
pub trait IMapObject_DitherManager: IObject {
    // Provided methods
    fn m_pairs(self) -> List_1<MapObject_DitherPair> { ... }
    fn set_m_pairs(self, value: List_1<MapObject_DitherPair>) { ... }
    fn m_renderers(self) -> Dictionary_2<Renderer, MapObject_DitherPair> { ... }
    fn set_m_renderers(
        self,
        value: Dictionary_2<Renderer, MapObject_DitherPair>,
    ) { ... }
    fn m_alpha(self) -> f32 { ... }
    fn set_m_alpha(self, value: f32) { ... }
}

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§