pub trait IInvestmentMapPoint: IMonoBehaviour {
// Provided methods
fn m_map_cid(self) -> Il2CppString { ... }
fn set_m_map_cid(self, value: Il2CppString) { ... }
fn m_balloon_root(self) -> GameObject { ... }
fn set_m_balloon_root(self, value: GameObject) { ... }
fn m_battle_icon(self) -> GameObject { ... }
fn set_m_battle_icon(self, value: GameObject) { ... }
fn m_animal_icon(self) -> GameObject { ... }
fn set_m_animal_icon(self, value: GameObject) { ... }
}Provided Methods§
fn m_map_cid(self) -> Il2CppString
fn set_m_map_cid(self, value: Il2CppString)
fn m_balloon_root(self) -> GameObject
fn set_m_balloon_root(self, value: GameObject)
fn m_battle_icon(self) -> GameObject
fn set_m_battle_icon(self, value: GameObject)
fn m_animal_icon(self) -> GameObject
fn set_m_animal_icon(self, value: GameObject)
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.