Skip to main content

IMapHeight_CellMap

Trait IMapHeight_CellMap 

Source
pub trait IMapHeight_CellMap: IObject {
    // Provided methods
    fn m_cells(self) -> Array<MapHeight_CellInfo> { ... }
    fn set_m_cells(self, value: Array<MapHeight_CellInfo>) { ... }
    fn m_layer_mask_a(self) -> i32 { ... }
    fn set_m_layer_mask_a(self, value: i32) { ... }
    fn m_layer_mask_b(self) -> i32 { ... }
    fn set_m_layer_mask_b(self, value: i32) { ... }
}

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§