pub trait IVersusReportSequenceMethods: IVersusReportSequence {
Show 16 methods
// Provided methods
fn load_resources(self) { ... }
fn is_loading_resources(self) -> bool { ... }
fn unload_resources(self) { ... }
fn start(self) { ... }
fn notice(self) { ... }
fn create_content(self) { ... }
fn open_menu(self) { ... }
fn input_keyboard(self) { ... }
fn check_reason(self) { ... }
fn open_confirm_dialog(self) { ... }
fn report(self) { ... }
fn show_dialog(self) { ... }
fn end(self) { ... }
fn on_dispose(self) { ... }
fn set_reason(self, reason: impl Into<Il2CppString>) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn load_resources(self)
fn load_resources(self)
LoadResources() overload
Sourcefn is_loading_resources(self) -> bool
fn is_loading_resources(self) -> bool
IsLoadingResources() overload
Sourcefn unload_resources(self)
fn unload_resources(self)
UnloadResources() overload
Sourcefn create_content(self)
fn create_content(self)
CreateContent() overload
OpenMenu() overload
Sourcefn input_keyboard(self)
fn input_keyboard(self)
InputKeyboard() overload
Sourcefn check_reason(self)
fn check_reason(self)
CheckReason() overload
Sourcefn open_confirm_dialog(self)
fn open_confirm_dialog(self)
OpenConfirmDialog() overload
Sourcefn show_dialog(self)
fn show_dialog(self)
ShowDialog() overload
Sourcefn on_dispose(self)
fn on_dispose(self)
OnDispose() overload
Sourcefn set_reason(self, reason: impl Into<Il2CppString>)
fn set_reason(self, reason: impl Into<Il2CppString>)
SetReason(::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.
Implementors§
impl<__T: IVersusReportSequence> IVersusReportSequenceMethods for __T
Available on crate feature
app-versusreportsequence only.