pub trait IRingSelectConfirmDialog_ConfirmYesDialogItemMethods: IRingSelectConfirmDialog_ConfirmYesDialogItem {
// Provided methods
fn ctor(self, text: impl Into<Il2CppString>) { ... }
fn a_call(self) -> BasicMenu_Result { ... }
fn remove_old(self, unit: impl Into<Unit>) { ... }
}Provided Methods§
Sourcefn ctor(self, text: impl Into<Il2CppString>)
fn ctor(self, text: impl Into<Il2CppString>)
.ctor(::unity::Il2CppString) overload
Sourcefn a_call(self) -> BasicMenu_Result
fn a_call(self) -> BasicMenu_Result
ACall() overload
Sourcefn remove_old(self, unit: impl Into<Unit>)
fn remove_old(self, unit: impl Into<Unit>)
RemoveOld(crate::app::unit::Unit) 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: IRingSelectConfirmDialog_ConfirmYesDialogItem> IRingSelectConfirmDialog_ConfirmYesDialogItemMethods for __T
Available on crate feature
app-ringselectconfirmdialog only.