pub trait IConfigBasicMenuItem: IBasicMenuItem {
Show 14 methods
// Provided methods
fn m_config_method(self) -> ConfigBasicMenuItem_ConfigMethodKind { ... }
fn set_m_config_method(self, value: ConfigBasicMenuItem_ConfigMethodKind) { ... }
fn m_title_text(self) -> Il2CppString { ... }
fn set_m_title_text(self, value: Il2CppString) { ... }
fn m_command_text(self) -> Il2CppString { ... }
fn set_m_command_text(self, value: Il2CppString) { ... }
fn m_help_text(self) -> Il2CppString { ... }
fn set_m_help_text(self, value: Il2CppString) { ... }
fn m_is_arrow(self) -> bool { ... }
fn set_m_is_arrow(self, value: bool) { ... }
fn m_is_command_icon(self) -> bool { ... }
fn set_m_is_command_icon(self, value: bool) { ... }
fn m_gauge_ratio(self) -> f32 { ... }
fn set_m_gauge_ratio(self, value: f32) { ... }
}Provided Methods§
fn m_config_method(self) -> ConfigBasicMenuItem_ConfigMethodKind
fn set_m_config_method(self, value: ConfigBasicMenuItem_ConfigMethodKind)
fn m_title_text(self) -> Il2CppString
fn set_m_title_text(self, value: Il2CppString)
fn m_command_text(self) -> Il2CppString
fn set_m_command_text(self, value: Il2CppString)
fn m_help_text(self) -> Il2CppString
fn set_m_help_text(self, value: Il2CppString)
fn m_is_arrow(self) -> bool
fn set_m_is_arrow(self, value: bool)
fn m_is_command_icon(self) -> bool
fn set_m_is_command_icon(self, value: bool)
fn m_gauge_ratio(self) -> f32
fn set_m_gauge_ratio(self, value: f32)
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.