pub trait IMapNavigationMiniMapBasicMenuItemMethods: IMapNavigationMiniMapBasicMenuItem {
// Provided methods
fn on_select(self) { ... }
fn update_text(self) { ... }
fn set_mini_map_text(self, text: impl Into<Il2CppString>) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn update_text(self)
fn update_text(self)
UpdateText() overload
Sourcefn set_mini_map_text(self, text: impl Into<Il2CppString>)
fn set_mini_map_text(self, text: impl Into<Il2CppString>)
SetMiniMapText(::unity::Il2CppString) overload
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.