Skip to main content

IMapInfoRoot

Trait IMapInfoRoot 

Source
pub trait IMapInfoRoot: IMonoBehaviour {
Show 16 methods // Provided methods fn m_canvas(self) -> Canvas { ... } fn set_m_canvas(self, value: Canvas) { ... } fn m_canvas_group(self) -> CanvasGroup { ... } fn set_m_canvas_group(self, value: CanvasGroup) { ... } fn m_map_info_unit_locator_root(self) -> MapInfoUnitLocatorRoot { ... } fn set_m_map_info_unit_locator_root(self, value: MapInfoUnitLocatorRoot) { ... } fn m_map_info_gauge_main_locator_root(self) -> MapInfoGaugeMainLocatorRoot { ... } fn set_m_map_info_gauge_main_locator_root( self, value: MapInfoGaugeMainLocatorRoot, ) { ... } fn m_old_alpha(self) -> f32 { ... } fn set_m_old_alpha(self, value: f32) { ... } fn m_is_display_outside(self) -> bool { ... } fn set_m_is_display_outside(self, value: bool) { ... } fn m_is_info_enable(self) -> bool { ... } fn set_m_is_info_enable(self, value: bool) { ... } fn m_next_canvas_enabled(self) -> MapInfoRoot_NextCanvasEnabled { ... } fn set_m_next_canvas_enabled(self, value: MapInfoRoot_NextCanvasEnabled) { ... }
}

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§