pub trait IMapNavigationStatusBasicMenuItemMethods: IMapNavigationStatusBasicMenuItem {
// Provided methods
fn on_build(self) { ... }
fn on_build_menu_item_content(self) { ... }
fn on_select(self) { ... }
fn init_color(self) { ... }
fn update_text(self) { ... }
fn set_unit_info_text(self, text: impl Into<Il2CppString>) { ... }
fn ctor(self) { ... }
}Provided Methods§
OnBuildMenuItemContent() overload
Sourcefn init_color(self)
fn init_color(self)
InitColor() overload
Sourcefn update_text(self)
fn update_text(self)
UpdateText() overload
Sourcefn set_unit_info_text(self, text: impl Into<Il2CppString>)
fn set_unit_info_text(self, text: impl Into<Il2CppString>)
SetUnitInfoText(::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.