Skip to main content

IMapResources

Trait IMapResources 

Source
pub trait IMapResources: ISingletonMonoBehaviour_1<MapResources> {
    // Provided methods
    fn m_danger_image_iterator(self) -> IEnumerator { ... }
    fn set_m_danger_image_iterator(self, value: IEnumerator) { ... }
    fn m_hp_forecast_iterator(self) -> IEnumerator { ... }
    fn set_m_hp_forecast_iterator(self, value: IEnumerator) { ... }
}

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§