pub trait IMapInfoGaugeMainLocatorRoot: IMapInfoBase {
// Provided methods
fn m_main_locator_root(self) -> GameObject { ... }
fn set_m_main_locator_root(self, value: GameObject) { ... }
fn m_sub_locator_roots(self) -> Array<MapInfoGaugeSubLocatorRoot> { ... }
fn set_m_sub_locator_roots(self, value: Array<MapInfoGaugeSubLocatorRoot>) { ... }
fn m_sub_locator_root(self) -> MapInfoGaugeSubLocatorRoot { ... }
fn set_m_sub_locator_root(self, value: MapInfoGaugeSubLocatorRoot) { ... }
}Provided Methods§
fn m_main_locator_root(self) -> GameObject
fn set_m_main_locator_root(self, value: GameObject)
fn m_sub_locator_roots(self) -> Array<MapInfoGaugeSubLocatorRoot>
fn set_m_sub_locator_roots(self, value: Array<MapInfoGaugeSubLocatorRoot>)
fn m_sub_locator_root(self) -> MapInfoGaugeSubLocatorRoot
fn set_m_sub_locator_root(self, value: MapInfoGaugeSubLocatorRoot)
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.