pub trait ISortieSequenceUnitSelectMethods: ISortieSequenceUnitSelect {
Show 18 methods
// Provided methods
fn ctor(self, mode: impl Into<SortieSelectionUnitManager_Modes>) { ... }
fn tutorial(self) { ... }
fn check_skill_open_tutorial(self) { ... }
fn get_load_res_name(self) -> Il2CppString { ... }
fn load_res(self) { ... }
fn is_loading_res(self) -> bool { ... }
fn open(self) { ... }
fn after_open(self) { ... }
fn reset_select(self) { ... }
fn menu_tick(self) { ... }
fn close_all(self) { ... }
fn is_closed(self) -> bool { ... }
fn post_closed(self) { ... }
fn disp_all(self) { ... }
fn hide_header_key_help(self) { ... }
fn release(self) { ... }
fn setting_title(self) { ... }
fn close_title(self) { ... }
}Provided Methods§
Sourcefn ctor(self, mode: impl Into<SortieSelectionUnitManager_Modes>)
fn ctor(self, mode: impl Into<SortieSelectionUnitManager_Modes>)
.ctor(crate::app::sortieselectionunitmanager::SortieSelectionUnitManager_Modes) overload
Sourcefn check_skill_open_tutorial(self)
fn check_skill_open_tutorial(self)
CheckSkillOpenTutorial() overload
Sourcefn get_load_res_name(self) -> Il2CppString
fn get_load_res_name(self) -> Il2CppString
GetLoadResName() overload
Sourcefn is_loading_res(self) -> bool
fn is_loading_res(self) -> bool
IsLoadingRes() overload
Sourcefn after_open(self)
fn after_open(self)
AfterOpen() overload
Sourcefn reset_select(self)
fn reset_select(self)
ResetSelect() overload
MenuTick() overload
Sourcefn post_closed(self)
fn post_closed(self)
PostClosed() overload
Sourcefn hide_header_key_help(self)
fn hide_header_key_help(self)
HideHeaderKeyHelp() overload
Sourcefn setting_title(self)
fn setting_title(self)
SettingTitle() overload
Sourcefn close_title(self)
fn close_title(self)
CloseTitle() 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: ISortieSequenceUnitSelect> ISortieSequenceUnitSelectMethods for __T
Available on crate feature
app-sortiesequenceunitselect only.