pub trait ICapeTowerTopMenuRootMethods: ICapeTowerTopMenuRoot {
// Provided methods
fn create(self) { ... }
fn ctor(self) { ... }
fn get_cape_tower_top_menu_content(self) -> CapeTowerTopMenuContent { ... }
fn update_info_window(
self,
caption_mid: impl Into<Il2CppString>,
description_mid: impl Into<Il2CppString>,
) { ... }
fn close(self) { ... }
fn destroy(self) { ... }
}Provided Methods§
GetCapeTowerTopMenuContent() overload
Sourcefn update_info_window(
self,
caption_mid: impl Into<Il2CppString>,
description_mid: impl Into<Il2CppString>,
)
fn update_info_window( self, caption_mid: impl Into<Il2CppString>, description_mid: impl Into<Il2CppString>, )
UpdateInfoWindow(::unity::Il2CppString, ::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: ICapeTowerTopMenuRoot> ICapeTowerTopMenuRootMethods for __T
Available on crate feature
app-capetowertopmenuroot only.