pub trait IUnitSelectAllUnitMenu_ConfirmDialog_ConfirmNoDialogItemMethods: IUnitSelectAllUnitMenu_ConfirmDialog_ConfirmNoDialogItem {
// Provided methods
fn ctor(self, text: impl Into<Il2CppString>) { ... }
fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
}Provided Methods§
Sourcefn ctor(self, text: impl Into<Il2CppString>)
fn ctor(self, text: impl Into<Il2CppString>)
.ctor(::unity::Il2CppString) overload
Sourcefn build_attribute(self) -> BasicMenuItem_Attribute
fn build_attribute(self) -> BasicMenuItem_Attribute
BuildAttribute() 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.
Implementors§
impl<__T: IUnitSelectAllUnitMenu_ConfirmDialog_ConfirmNoDialogItem> IUnitSelectAllUnitMenu_ConfirmDialog_ConfirmNoDialogItemMethods for __T
Available on crate feature
app-unitselectallunitmenu only.